#CC6C57

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

Shades of Japonica #CC6C57

Tints of Japonica #CC6C57

Color information

#CC6C57 (or 0xCC6C57) is unknown color: approx Japonica. HEX triplet: CC, 6C and 57. RGB value is (204,108,87). Sum of RGB (Red+Green+Blue) = 204+108+87=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C57 is #3393A8. Grayscale: #868686. Windows color (decimal): -3380137 or 5729484. OLE color: 5729484.

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

Color convert

RGB20410887-
CMYK00.470.570.2
HSL10.77º53.42%57.06%-
HSV(B)10.77º57.35%80%-
XYZ31.9824.2512.01-
YUV134.31101.3177.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=51.13%
G=27.07%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041088700.470.570.210.7753.4257.06
HexCC6C5702F3914b3539
Octal3141541270577124136571
Binary11001100110110010101110101111111001101001011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6C57; }

 p { color: rgb(204,108,87); }

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

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

 a { background-color: rgb(204,108,87); }

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

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

 span { border-color: rgb(204,108,87); }

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