Html Css Color HEX #C87570 Contessa

📋 copy color: '#C87570'

red 200 ◦ green 117 ◦ blue 112

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

Shades of Contessa #C87570

Tints of Contessa #C87570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.11%

R = 46.62%
G = 27.27%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C87570 (or 0xC87570) is known color: Contessa. HEX triplet: C8, 75 and 70. RGB value is (200,117,112). Sum of RGB (Red+Green+Blue) = 200+117+112=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C87570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87570 is #378A8F. Grayscale: #8D8D8D. Windows color (decimal): -3639952 or 7370184. OLE color: 7370184.

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

Color convert

RGB 200 117 112 -
CMYK 0 0.42 0.44 0.22
HSL 3.41º 0.44% 0.61% -
HSV(B) 3.41º 0.44% 0.78% -
XYZ 33.11 26.17 18.64 -
YUV 141.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 200 117 112 0 0.42 0.44 0.22 3.41 0.44 0.61
Hex C8 75 70 0 2A 2C 16 3 2C 3D
Octal 310 165 160 0 52 54 26 3 54 75
Binary 11001000 1110101 1110000 0 101010 101100 10110 11 101100 111101

Color Harmonies of #C87570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87570

Black with #C87570

Text Example


Text Example

White with #C87570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87570; }

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

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

background-color css

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

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

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

border-color css

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

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

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