Html Css Color HEX #C87575 Contessa

📋 copy color: '#C87575'

red 200 ◦ green 117 ◦ blue 117

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

Shades of Contessa #C87575

Tints of Contessa #C87575

RGB

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

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

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

R = 46.08%
G = 26.96%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C87575 (or 0xC87575) is known color: Contessa. HEX triplet: C8, 75 and 75. RGB value is (200,117,117). Sum of RGB (Red+Green+Blue) = 200+117+117=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C87575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87575 is #378A8A. Grayscale: #8D8D8D. Windows color (decimal): -3639947 or 7697864. OLE color: 7697864.

HSL color Cylindrical-coordinate representation of color #C87575: 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.42%. Process color model (Four color, CMYK) of #C87575 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 117 117 -
CMYK 0 0.42 0.42 0.22
HSL 0.43% 0.62% -
HSV(B) 0.42% 0.78% -
XYZ 33.39 26.29 20.14 -
YUV 141.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 200 117 117 0 0.42 0.42 0.22 0 0.43 0.62
Hex C8 75 75 0 2A 2A 16 0 2B 3E
Octal 310 165 165 0 52 52 26 0 53 76
Binary 11001000 1110101 1110101 0 101010 101010 10110 0 101011 111110

Color Harmonies of #C87575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87575

Black with #C87575

Text Example


Text Example

White with #C87575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87575; }

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

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

background-color css

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

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

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

border-color css

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

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

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