Html Css Color HEX #C97870 Contessa

📋 copy color: '#C97870'

red 201 ◦ green 120 ◦ blue 112

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

Shades of Contessa #C97870

Tints of Contessa #C97870

RGB

 RED value IS 201 (78.91% from 255) = 46.42%

 GREEN value IS 120 (47.27% from 255) = 27.71%

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

R = 46.42%
G = 27.71%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C97870 (or 0xC97870) is known color: Contessa. HEX triplet: C9, 78 and 70. RGB value is (201,120,112). Sum of RGB (Red+Green+Blue) = 201+120+112=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C97870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97870 is #36878F. Grayscale: #8F8F8F. Windows color (decimal): -3573648 or 7370953. OLE color: 7370953.

HSL color Cylindrical-coordinate representation of color #C97870: hue angle of 5.39º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97870 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 120 112 -
CMYK 0 0.40 0.44 0.21
HSL 5.39º 0.45% 0.61% -
HSV(B) 5.39º 0.44% 0.79% -
XYZ 33.73 27.02 18.77 -
YUV 143.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 201 120 112 0 0.40 0.44 0.21 5.39 0.45 0.61
Hex C9 78 70 0 28 2C 15 5 2D 3D
Octal 311 170 160 0 50 54 25 5 55 75
Binary 11001001 1111000 1110000 0 101000 101100 10101 101 101101 111101

Color Harmonies of #C97870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97870

Black with #C97870

Text Example


Text Example

White with #C97870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97870; }

 p { color: rgb(201,120,112); }

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

background-color css

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

 a { background-color: rgb(201,120,112); }

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

border-color css

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

 span { border-color: rgb(201,120,112); }

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