Html Css Color HEX #C87976 Contessa

📋 copy color: '#C87976'

red 200 ◦ green 121 ◦ blue 118

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

Shades of Contessa #C87976

Tints of Contessa #C87976

RGB

 RED value IS 200 (78.52% from 255) = 45.56%

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

 BLUE value IS 118 (46.48% from 255) = 26.88%

R = 45.56%
G = 27.56%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C87976 (or 0xC87976) is known color: Contessa. HEX triplet: C8, 79 and 76. RGB value is (200,121,118). Sum of RGB (Red+Green+Blue) = 200+121+118=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C87976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87976 is #378689. Grayscale: #909090. Windows color (decimal): -3638922 or 7764424. OLE color: 7764424.

HSL color Cylindrical-coordinate representation of color #C87976: hue angle of 2.2º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C87976 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 121 118 -
CMYK 0 0.39 0.41 0.22
HSL 2.2º 0.43% 0.62% -
HSV(B) 2.2º 0.41% 0.78% -
XYZ 33.93 27.26 20.61 -
YUV 144.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 200 121 118 0 0.39 0.41 0.22 2.2 0.43 0.62
Hex C8 79 76 0 27 29 16 2 2B 3E
Octal 310 171 166 0 47 51 26 2 53 76
Binary 11001000 1111001 1110110 0 100111 101001 10110 10 101011 111110

Color Harmonies of #C87976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87976

Black with #C87976

Text Example


Text Example

White with #C87976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87976; }

 p { color: rgb(200,121,118); }

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

background-color css

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

 a { background-color: rgb(200,121,118); }

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

border-color css

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

 span { border-color: rgb(200,121,118); }

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