Html Css Color HEX #C86963 Contessa

📋 copy color: '#C86963'

red 200 ◦ green 105 ◦ blue 99

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

Shades of Contessa #C86963

Tints of Contessa #C86963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.99%

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

R = 49.5%
G = 25.99%
B = 24.5%

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

#C86963 (or 0xC86963) is known color: Contessa. HEX triplet: C8, 69 and 63. RGB value is (200,105,99). Sum of RGB (Red+Green+Blue) = 200+105+99=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C86963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86963 is #37969C. Grayscale: #848484. Windows color (decimal): -3643037 or 6515144. OLE color: 6515144.

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

Color convert

RGB 200 105 99 -
CMYK 0 0.48 0.50 0.22
HSL 3.56º 0.48% 0.59% -
HSV(B) 3.56º 0.51% 0.78% -
XYZ 31.12 23.28 14.66 -
YUV 132.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 200 105 99 0 0.48 0.50 0.22 3.56 0.48 0.59
Hex C8 69 63 0 30 32 16 4 30 3B
Octal 310 151 143 0 60 62 26 4 60 73
Binary 11001000 1101001 1100011 0 110000 110010 10110 100 110000 111011

Color Harmonies of #C86963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86963

Black with #C86963

Text Example


Text Example

White with #C86963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86963; }

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

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

background-color css

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

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

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

border-color css

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

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

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