Html Css Color HEX #C87572 Contessa

📋 copy color: '#C87572'

red 200 ◦ green 117 ◦ blue 114

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

Shades of Contessa #C87572

Tints of Contessa #C87572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.15%

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 46.4%
G = 27.15%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C87572 (or 0xC87572) is known color: Contessa. HEX triplet: C8, 75 and 72. RGB value is (200,117,114). Sum of RGB (Red+Green+Blue) = 200+117+114=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C87572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87572 is #378A8D. Grayscale: #8D8D8D. Windows color (decimal): -3639950 or 7501256. OLE color: 7501256.

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

Color convert

RGB 200 117 114 -
CMYK 0 0.42 0.43 0.22
HSL 2.09º 0.44% 0.62% -
HSV(B) 2.09º 0.43% 0.78% -
XYZ 33.22 26.22 19.23 -
YUV 141.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 200 117 114 0 0.42 0.43 0.22 2.09 0.44 0.62
Hex C8 75 72 0 2A 2B 16 2 2C 3E
Octal 310 165 162 0 52 53 26 2 54 76
Binary 11001000 1110101 1110010 0 101010 101011 10110 10 101100 111110

Color Harmonies of #C87572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87572

Black with #C87572

Text Example


Text Example

White with #C87572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87572; }

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

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

background-color css

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

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

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

border-color css

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

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

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