Html Css Color HEX #C86863 Contessa

📋 copy color: '#C86863'

red 200 ◦ green 104 ◦ blue 99

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

Shades of Contessa #C86863

Tints of Contessa #C86863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

 BLUE value IS 99 (39.06% from 255) = 24.57%

R = 49.63%
G = 25.81%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C86863 (or 0xC86863) is known color: Contessa. HEX triplet: C8, 68 and 63. RGB value is (200,104,99). Sum of RGB (Red+Green+Blue) = 200+104+99=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C86863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86863 is #37979C. Grayscale: #848484. Windows color (decimal): -3643293 or 6514888. OLE color: 6514888.

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

Color convert

RGB 200 104 99 -
CMYK 0 0.48 0.50 0.22
HSL 2.97º 0.48% 0.59% -
HSV(B) 2.97º 0.51% 0.78% -
XYZ 31.02 23.08 14.62 -
YUV 132.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 200 104 99 0 0.48 0.50 0.22 2.97 0.48 0.59
Hex C8 68 63 0 30 32 16 3 30 3B
Octal 310 150 143 0 60 62 26 3 60 73
Binary 11001000 1101000 1100011 0 110000 110010 10110 11 110000 111011

Color Harmonies of #C86863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86863

Black with #C86863

Text Example


Text Example

White with #C86863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86863; }

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

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

background-color css

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

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

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

border-color css

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

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

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