#CC6B60

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

Shades of Japonica #CC6B60

Tints of Japonica #CC6B60

Color information

#CC6B60 (or 0xCC6B60) is unknown color: approx Japonica. HEX triplet: CC, 6B and 60. RGB value is (204,107,96). Sum of RGB (Red+Green+Blue) = 204+107+96=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6B60 is #33949F. Grayscale: #868686. Windows color (decimal): -3380384 or 6319052. OLE color: 6319052.

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

Color convert

RGB20410796-
CMYK00.480.530.2
HSL6.11º51.43%58.82%-
HSV(B)6.11º52.94%80%-
XYZ32.2724.214.04-
YUV134.75106.14177.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 107 (42.19% from 255) = 26.29%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=50.12%
G=26.29%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041079600.480.530.26.1151.4358.82
HexCC6B6003035146333b
Octal314153140060652466373
Binary1100110011010111100000011000011010110100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6B60; }

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

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

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

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

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

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

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

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