Html Css Color HEX #C97170 Contessa

📋 copy color: '#C97170'

red 201 ◦ green 113 ◦ blue 112

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

Shades of Contessa #C97170

Tints of Contessa #C97170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.53%

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

R = 47.18%
G = 26.53%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C97170 (or 0xC97170) is known color: Contessa. HEX triplet: C9, 71 and 70. RGB value is (201,113,112). Sum of RGB (Red+Green+Blue) = 201+113+112=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C97170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97170 is #368E8F. Grayscale: #8B8B8B. Windows color (decimal): -3575440 or 7369161. OLE color: 7369161.

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

Color convert

RGB 201 113 112 -
CMYK 0 0.44 0.44 0.21
HSL 0.67º 0.45% 0.61% -
HSV(B) 0.67º 0.44% 0.79% -
XYZ 32.92 25.4 18.5 -
YUV 139.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 201 113 112 0 0.44 0.44 0.21 0.67 0.45 0.61
Hex C9 71 70 0 2C 2C 15 1 2D 3D
Octal 311 161 160 0 54 54 25 1 55 75
Binary 11001001 1110001 1110000 0 101100 101100 10101 1 101101 111101

Color Harmonies of #C97170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97170

Black with #C97170

Text Example


Text Example

White with #C97170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97170; }

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

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

background-color css

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

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

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

border-color css

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

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

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