#CC7060

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

Shades of Japonica #CC7060

Tints of Japonica #CC7060

Color information

#CC7060 (or 0xCC7060) is unknown color: approx Japonica. HEX triplet: CC, 70 and 60. RGB value is (204,112,96). Sum of RGB (Red+Green+Blue) = 204+112+96=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7060 is #338F9F. Grayscale: #898989. Windows color (decimal): -3379104 or 6320332. OLE color: 6320332.

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

Color convert

RGB20411296-
CMYK00.450.530.2
HSL8.89º51.43%58.82%-
HSV(B)8.89º52.94%80%-
XYZ32.8125.2714.21-
YUV137.68104.48175.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=49.51%
G=27.18%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041129600.450.530.28.8951.4358.82
HexCC706002D35149333b
Octal3141601400556524116373
Binary11001100111000011000000101101110101101001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7060; }

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

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

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

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

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

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

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

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