Html Css Color HEX #C97171 Contessa

📋 copy color: '#C97171'

red 201 ◦ green 113 ◦ blue 113

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

Shades of Contessa #C97171

Tints of Contessa #C97171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.46%

R = 47.07%
G = 26.46%
B = 26.46%

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

#C97171 (or 0xC97171) is known color: Contessa. HEX triplet: C9, 71 and 71. RGB value is (201,113,113). Sum of RGB (Red+Green+Blue) = 201+113+113=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C97171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97171 is #368E8E. Grayscale: #8B8B8B. Windows color (decimal): -3575439 or 7434697. OLE color: 7434697.

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

Color convert

RGB 201 113 113 -
CMYK 0 0.44 0.44 0.21
HSL 0.45% 0.62% -
HSV(B) 0.44% 0.79% -
XYZ 32.97 25.42 18.79 -
YUV 139.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 201 113 113 0 0.44 0.44 0.21 0 0.45 0.62
Hex C9 71 71 0 2C 2C 15 0 2D 3E
Octal 311 161 161 0 54 54 25 0 55 76
Binary 11001001 1110001 1110001 0 101100 101100 10101 0 101101 111110

Color Harmonies of #C97171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97171

Black with #C97171

Text Example


Text Example

White with #C97171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97171; }

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

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

background-color css

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

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

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

border-color css

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

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

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