#CC6E60

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

Shades of Japonica #CC6E60

Tints of Japonica #CC6E60

Color information

#CC6E60 (or 0xCC6E60) is unknown color: approx Japonica. HEX triplet: CC, 6E and 60. RGB value is (204,110,96). Sum of RGB (Red+Green+Blue) = 204+110+96=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E60 is #33919F. Grayscale: #888888. Windows color (decimal): -3379616 or 6319820. OLE color: 6319820.

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

Color convert

RGB20411096-
CMYK00.460.530.2
HSL7.78º51.43%58.82%-
HSV(B)7.78º52.94%80%-
XYZ32.5924.8314.14-
YUV136.51105.14176.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.76%
GREEN value IS 110 (43.36% from 255) = 26.83%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=49.76%
G=26.83%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041109600.460.530.27.7851.4358.82
HexCC6E6002E35148333b
Octal3141561400566524106373
Binary11001100110111011000000101110110101101001000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E60; }

 p { color: rgb(204,110,96); }

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

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

 a { background-color: rgb(204,110,96); }

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

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

 span { border-color: rgb(204,110,96); }

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