Html Css Color HEX #C97970 Contessa

📋 copy color: '#C97970'

red 201 ◦ green 121 ◦ blue 112

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

Shades of Contessa #C97970

Tints of Contessa #C97970

RGB

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

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

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

R = 46.31%
G = 27.88%
B = 25.81%

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

#C97970 (or 0xC97970) is known color: Contessa. HEX triplet: C9, 79 and 70. RGB value is (201,121,112). Sum of RGB (Red+Green+Blue) = 201+121+112=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C97970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97970 is #36868F. Grayscale: #909090. Windows color (decimal): -3573392 or 7371209. OLE color: 7371209.

HSL color Cylindrical-coordinate representation of color #C97970: hue angle of 6.07º 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 #C97970 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 121 112 -
CMYK 0 0.40 0.44 0.21
HSL 6.07º 0.45% 0.61% -
HSV(B) 6.07º 0.44% 0.79% -
XYZ 33.85 27.26 18.81 -
YUV 143.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 201 121 112 0 0.40 0.44 0.21 6.07 0.45 0.61
Hex C9 79 70 0 28 2C 15 6 2D 3D
Octal 311 171 160 0 50 54 25 6 55 75
Binary 11001001 1111001 1110000 0 101000 101100 10101 110 101101 111101

Color Harmonies of #C97970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97970

Black with #C97970

Text Example


Text Example

White with #C97970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97970; }

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

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

background-color css

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

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

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

border-color css

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

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

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