#CC6C5C

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

Shades of Japonica #CC6C5C

Tints of Japonica #CC6C5C

Color information

#CC6C5C (or 0xCC6C5C) is unknown color: approx Japonica. HEX triplet: CC, 6C and 5C. RGB value is (204,108,92). Sum of RGB (Red+Green+Blue) = 204+108+92=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C5C is #3393A3. Grayscale: #878787. Windows color (decimal): -3380132 or 6057164. OLE color: 6057164.

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

Color convert

RGB20410892-
CMYK00.470.550.2
HSL8.57º52.34%58.04%-
HSV(B)8.57º54.9%80%-
XYZ32.224.3413.13-
YUV134.88103.8177.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 108 (42.58% from 255) = 26.73%
BLUE value IS 92 (36.33% from 255) = 22.77%
R=50.50%
G=26.73%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041089200.470.550.28.5752.3458.04
HexCC6C5C02F37149343a
Octal3141541340576724116472
Binary11001100110110010111000101111110111101001001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6C5C; }

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

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

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

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

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

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

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

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