Html Css Color HEX #CC7060 Japonica

📋 copy color: '#CC7060'

red 204 ◦ green 112 ◦ blue 96

#CC7060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #CC7060

Tints of Japonica #CC7060

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.3%

R = 49.51%
G = 27.18%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC7060 (or 0xCC7060) is known color: 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

RGB 204 112 96 -
CMYK 0 0.45 0.53 0.2
HSL 8.89º 0.51% 0.59% -
HSV(B) 8.89º 0.53% 0.8% -
XYZ 32.81 25.27 14.21 -
YUV 137.68 104.48 175.3 -
System Red Green Blue C M Y K H S L
Decimal 204 112 96 0 0.45 0.53 0.2 8.89 0.51 0.59
Hex CC 70 60 0 2D 35 14 9 33 3B
Octal 314 160 140 0 55 65 24 11 63 73
Binary 11001100 1110000 1100000 0 101101 110101 10100 1001 110011 111011

Color Harmonies of #CC7060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7060

Black with #CC7060

Text Example


Text Example

White with #CC7060

Text Example


Text Example

HTML Codes & Css Web 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>