#CC7866

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

Shades of Japonica #CC7866

Tints of Japonica #CC7866

Color information

#CC7866 (or 0xCC7866) is unknown color: approx Japonica. HEX triplet: CC, 78 and 66. RGB value is (204,120,102). Sum of RGB (Red+Green+Blue) = 204+120+102=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7866 is #338799. Grayscale: #8F8F8F. Windows color (decimal): -3377050 or 6715596. OLE color: 6715596.

HSL color Cylindrical-coordinate representation of color #CC7866: hue angle of 10.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7866 is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB204120102-
CMYK00.410.50.2
HSL10.59º50%60%-
HSV(B)10.59º50%80%-
XYZ34.0227.2316.03-
YUV143.06104.83171.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 102 (40.23% from 255) = 23.94%
R=47.89%
G=28.17%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412010200.410.50.210.595060
HexCC78660293214b323c
Octal3141701460516224136274
Binary11001100111100011001100101001110010101001011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7866; }

 p { color: rgb(204,120,102); }

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

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

 a { background-color: rgb(204,120,102); }

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

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

 span { border-color: rgb(204,120,102); }

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