#CC7666

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

Shades of Japonica #CC7666

Tints of Japonica #CC7666

Color information

#CC7666 (or 0xCC7666) is unknown color: approx Japonica. HEX triplet: CC, 76 and 66. RGB value is (204,118,102). Sum of RGB (Red+Green+Blue) = 204+118+102=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7666 is #338999. Grayscale: #8E8E8E. Windows color (decimal): -3377562 or 6715084. OLE color: 6715084.

HSL color Cylindrical-coordinate representation of color #CC7666: hue angle of 9.41º 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 #CC7666 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB204118102-
CMYK00.420.50.2
HSL9.41º50%60%-
HSV(B)9.41º50%80%-
XYZ33.7826.7515.95-
YUV141.89105.49172.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 102 (40.23% from 255) = 24.06%
R=48.11%
G=27.83%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411810200.420.50.29.415060
HexCC766602A32149323c
Octal3141661460526224116274
Binary11001100111011011001100101010110010101001001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7666; }

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

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

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

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

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

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

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

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