#CC6E5D

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

Shades of Japonica #CC6E5D

Tints of Japonica #CC6E5D

Color information

#CC6E5D (or 0xCC6E5D) is unknown color: approx Japonica. HEX triplet: CC, 6E and 5D. RGB value is (204,110,93). Sum of RGB (Red+Green+Blue) = 204+110+93=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E5D is #3391A2. Grayscale: #888888. Windows color (decimal): -3379619 or 6123212. OLE color: 6123212.

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

Color convert

RGB20411093-
CMYK00.460.540.2
HSL9.19º52.11%58.24%-
HSV(B)9.19º54.41%80%-
XYZ32.4524.7813.43-
YUV136.17103.64176.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 110 (43.36% from 255) = 27.03%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=50.12%
G=27.03%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041109300.460.540.29.1952.1158.24
HexCC6E5D02E36149343a
Octal3141561350566624116472
Binary11001100110111010111010101110110110101001001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E5D; }

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

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

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

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

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

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

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

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