#C66B56

Color #C66B56 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #C66B56

Tints of Japonica #C66B56

Color information

#C66B56 (or 0xC66B56) is unknown color: approx Japonica. HEX triplet: C6, 6B and 56. RGB value is (198,107,86). Sum of RGB (Red+Green+Blue) = 198+107+86=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66B56 is #3994A9. Grayscale: #838383. Windows color (decimal): -3773610 or 5663686. OLE color: 5663686.

HSL color Cylindrical-coordinate representation of color #C66B56: hue angle of 11.25º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C66B56 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19810786-
CMYK00.460.570.22
HSL11.25º49.56%55.69%-
HSV(B)11.25º56.57%77.65%-
XYZ30.2323.1911.69-
YUV131.82102.15175.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 50.64%
GREEN value IS 107 (42.19% from 255) = 27.37%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=50.64%
G=27.37%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981078600.460.570.2211.2549.5655.69
HexC66B5602E3916b3238
Octal3061531260567126136270
Binary11000110110101110101100101110111001101101011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66B56; }

 p { color: rgb(198,107,86); }

 H1.HeaderClassName
 {
   color: #C66B56;
 }
 .AnyTagClassName
 {
   color: #C66B56;
 }
</style>
background-color css

<style>
 a { background-color: #C66B56; }

 a { background-color: rgb(198,107,86); }

 div.DivClassName
 {
   background-color: #C66B56;
 }
 .BgClassName
 {
   background-color: #C66B56;
 }
</style>
border-color css

<style>
 span { border-color: #C66B56; }

 span { border-color: rgb(198,107,86); }

 td.TdClassName
 {
   border-color: #C66B56;
 }
 .TagClassName
 {
   border-color: #C66B56;
 }
</style>