Html Css Color HEX #CC7970 Contessa

📋 copy color: '#CC7970'

red 204 ◦ green 121 ◦ blue 112

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

Shades of Contessa #CC7970

Tints of Contessa #CC7970

RGB

 RED value IS 204 (80.08% from 255) = 46.68%

 GREEN value IS 121 (47.66% from 255) = 27.69%

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 46.68%
G = 27.69%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC7970 (or 0xCC7970) is known color: Contessa. HEX triplet: CC, 79 and 70. RGB value is (204,121,112). Sum of RGB (Red+Green+Blue) = 204+121+112=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7970 is #33868F. Grayscale: #909090. Windows color (decimal): -3376784 or 7371212. OLE color: 7371212.

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

Color convert

RGB 204 121 112 -
CMYK 0 0.41 0.45 0.2
HSL 5.87º 0.47% 0.62% -
HSV(B) 5.87º 0.45% 0.8% -
XYZ 34.66 27.68 18.85 -
YUV 144.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 204 121 112 0 0.41 0.45 0.2 5.87 0.47 0.62
Hex CC 79 70 0 29 2D 14 6 2F 3E
Octal 314 171 160 0 51 55 24 6 57 76
Binary 11001100 1111001 1110000 0 101001 101101 10100 110 101111 111110

Color Harmonies of #CC7970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7970

Black with #CC7970

Text Example


Text Example

White with #CC7970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7970; }

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

 H1.HeaderClassName
 {
   color: #CC7970;
 }
 .AnyTagClassName
 {
   color: #CC7970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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