Html Css Color HEX #C87868 Contessa

📋 copy color: '#C87868'

red 200 ◦ green 120 ◦ blue 104

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

Shades of Contessa #C87868

Tints of Contessa #C87868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 47.17%
G = 28.3%
B = 24.53%

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

#C87868 (or 0xC87868) is known color: Contessa. HEX triplet: C8, 78 and 68. RGB value is (200,120,104). Sum of RGB (Red+Green+Blue) = 200+120+104=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C87868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87868 is #378797. Grayscale: #8E8E8E. Windows color (decimal): -3639192 or 6846664. OLE color: 6846664.

HSL color Cylindrical-coordinate representation of color #C87868: hue angle of 10º degrees, saturation: 0.47, 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 #C87868 is Cyan = 0, Magento = 0.4, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 120 104 -
CMYK 0 0.4 0.48 0.22
HSL 10º 0.47% 0.6% -
HSV(B) 10º 0.48% 0.78% -
XYZ 33.03 26.71 16.51 -
YUV 142.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 200 120 104 0 0.4 0.48 0.22 10 0.47 0.6
Hex C8 78 68 0 28 30 16 A 2F 3C
Octal 310 170 150 0 50 60 26 12 57 74
Binary 11001000 1111000 1101000 0 101000 110000 10110 1010 101111 111100

Color Harmonies of #C87868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87868

Black with #C87868

Text Example


Text Example

White with #C87868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87868; }

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

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

background-color css

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

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

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

border-color css

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

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

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