Html Css Color HEX #C87970 Contessa

📋 copy color: '#C87970'

red 200 ◦ green 121 ◦ blue 112

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

Shades of Contessa #C87970

Tints of Contessa #C87970

RGB

 RED value IS 200 (78.52% from 255) = 46.19%

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

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

R = 46.19%
G = 27.94%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C87970 (or 0xC87970) is known color: Contessa. HEX triplet: C8, 79 and 70. RGB value is (200,121,112). Sum of RGB (Red+Green+Blue) = 200+121+112=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C87970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87970 is #37868F. Grayscale: #8F8F8F. Windows color (decimal): -3638928 or 7371208. OLE color: 7371208.

HSL color Cylindrical-coordinate representation of color #C87970: hue angle of 6.14º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87970 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 121 112 -
CMYK 0 0.39 0.44 0.22
HSL 6.14º 0.44% 0.61% -
HSV(B) 6.14º 0.44% 0.78% -
XYZ 33.58 27.12 18.79 -
YUV 143.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 200 121 112 0 0.39 0.44 0.22 6.14 0.44 0.61
Hex C8 79 70 0 27 2C 16 6 2C 3D
Octal 310 171 160 0 47 54 26 6 54 75
Binary 11001000 1111001 1110000 0 100111 101100 10110 110 101100 111101

Color Harmonies of #C87970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87970

Black with #C87970

Text Example


Text Example

White with #C87970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87970; }

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

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

background-color css

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

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

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

border-color css

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

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

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