Html Css Color HEX #C97972 Contessa

📋 copy color: '#C97972'

red 201 ◦ green 121 ◦ blue 114

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

Shades of Contessa #C97972

Tints of Contessa #C97972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.15%

R = 46.1%
G = 27.75%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C97972 (or 0xC97972) is known color: Contessa. HEX triplet: C9, 79 and 72. RGB value is (201,121,114). Sum of RGB (Red+Green+Blue) = 201+121+114=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C97972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97972 is #36868D. Grayscale: #909090. Windows color (decimal): -3573390 or 7502281. OLE color: 7502281.

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

Color convert

RGB 201 121 114 -
CMYK 0 0.40 0.43 0.21
HSL 4.83º 0.45% 0.62% -
HSV(B) 4.83º 0.43% 0.79% -
XYZ 33.96 27.31 19.4 -
YUV 144.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 201 121 114 0 0.40 0.43 0.21 4.83 0.45 0.62
Hex C9 79 72 0 28 2B 15 5 2D 3E
Octal 311 171 162 0 50 53 25 5 55 76
Binary 11001001 1111001 1110010 0 101000 101011 10101 101 101101 111110

Color Harmonies of #C97972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97972

Black with #C97972

Text Example


Text Example

White with #C97972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97972; }

 p { color: rgb(201,121,114); }

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

background-color css

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

 a { background-color: rgb(201,121,114); }

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

border-color css

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

 span { border-color: rgb(201,121,114); }

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