Html Css Color HEX #C87869 Contessa

📋 copy color: '#C87869'

red 200 ◦ green 120 ◦ blue 105

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

Shades of Contessa #C87869

Tints of Contessa #C87869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.71%

R = 47.06%
G = 28.24%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C87869 (or 0xC87869) is known color: Contessa. HEX triplet: C8, 78 and 69. RGB value is (200,120,105). Sum of RGB (Red+Green+Blue) = 200+120+105=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C87869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87869 is #378796. Grayscale: #8E8E8E. Windows color (decimal): -3639191 or 6912200. OLE color: 6912200.

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

Color convert

RGB 200 120 105 -
CMYK 0 0.4 0.48 0.22
HSL 9.47º 0.46% 0.6% -
HSV(B) 9.47º 0.48% 0.78% -
XYZ 33.09 26.73 16.78 -
YUV 142.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 200 120 105 0 0.4 0.48 0.22 9.47 0.46 0.6
Hex C8 78 69 0 28 30 16 9 2E 3C
Octal 310 170 151 0 50 60 26 11 56 74
Binary 11001000 1111000 1101001 0 101000 110000 10110 1001 101110 111100

Color Harmonies of #C87869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87869

Black with #C87869

Text Example


Text Example

White with #C87869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87869; }

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

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

background-color css

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

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

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

border-color css

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

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

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