Html Css Color HEX #C87875 Contessa

📋 copy color: '#C87875'

red 200 ◦ green 120 ◦ blue 117

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

Shades of Contessa #C87875

Tints of Contessa #C87875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.46%

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 45.77%
G = 27.46%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C87875 (or 0xC87875) is known color: Contessa. HEX triplet: C8, 78 and 75. RGB value is (200,120,117). Sum of RGB (Red+Green+Blue) = 200+120+117=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C87875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87875 is #37878A. Grayscale: #8F8F8F. Windows color (decimal): -3639179 or 7698632. OLE color: 7698632.

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

Color convert

RGB 200 120 117 -
CMYK 0 0.4 0.42 0.22
HSL 2.17º 0.43% 0.62% -
HSV(B) 2.17º 0.42% 0.78% -
XYZ 33.75 27 20.26 -
YUV 143.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 200 120 117 0 0.4 0.42 0.22 2.17 0.43 0.62
Hex C8 78 75 0 28 2A 16 2 2B 3E
Octal 310 170 165 0 50 52 26 2 53 76
Binary 11001000 1111000 1110101 0 101000 101010 10110 10 101011 111110

Color Harmonies of #C87875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87875

Black with #C87875

Text Example


Text Example

White with #C87875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87875; }

 p { color: rgb(200,120,117); }

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

background-color css

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

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

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

border-color css

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

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

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