Html Css Color HEX #C87676 Contessa

📋 copy color: '#C87676'

red 200 ◦ green 118 ◦ blue 118

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

Shades of Contessa #C87676

Tints of Contessa #C87676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.06%

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

R = 45.87%
G = 27.06%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C87676 (or 0xC87676) is known color: Contessa. HEX triplet: C8, 76 and 76. RGB value is (200,118,118). Sum of RGB (Red+Green+Blue) = 200+118+118=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C87676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87676 is #378989. Grayscale: #8E8E8E. Windows color (decimal): -3639690 or 7763656. OLE color: 7763656.

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

Color convert

RGB 200 118 118 -
CMYK 0 0.41 0.41 0.22
HSL 0.43% 0.62% -
HSV(B) 0.41% 0.78% -
XYZ 33.57 26.54 20.49 -
YUV 142.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 200 118 118 0 0.41 0.41 0.22 0 0.43 0.62
Hex C8 76 76 0 29 29 16 0 2B 3E
Octal 310 166 166 0 51 51 26 0 53 76
Binary 11001000 1110110 1110110 0 101001 101001 10110 0 101011 111110

Color Harmonies of #C87676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87676

Black with #C87676

Text Example


Text Example

White with #C87676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87676; }

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

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

background-color css

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

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

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

border-color css

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

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

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