Html Css Color HEX #C86960 Contessa

📋 copy color: '#C86960'

red 200 ◦ green 105 ◦ blue 96

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

Shades of Contessa #C86960

Tints of Contessa #C86960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.94%

R = 49.88%
G = 26.18%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C86960 (or 0xC86960) is known color: Contessa. HEX triplet: C8, 69 and 60. RGB value is (200,105,96). Sum of RGB (Red+Green+Blue) = 200+105+96=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C86960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86960 is #37969F. Grayscale: #848484. Windows color (decimal): -3643040 or 6318536. OLE color: 6318536.

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

Color convert

RGB 200 105 96 -
CMYK 0 0.48 0.52 0.22
HSL 5.19º 0.49% 0.58% -
HSV(B) 5.19º 0.52% 0.78% -
XYZ 30.98 23.23 13.92 -
YUV 132.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 200 105 96 0 0.48 0.52 0.22 5.19 0.49 0.58
Hex C8 69 60 0 30 34 16 5 31 3A
Octal 310 151 140 0 60 64 26 5 61 72
Binary 11001000 1101001 1100000 0 110000 110100 10110 101 110001 111010

Color Harmonies of #C86960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86960

Black with #C86960

Text Example


Text Example

White with #C86960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86960; }

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

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

background-color css

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

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

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

border-color css

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

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

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