Html Css Color HEX #C86763 Contessa

📋 copy color: '#C86763'

red 200 ◦ green 103 ◦ blue 99

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

Shades of Contessa #C86763

Tints of Contessa #C86763

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.62%

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

R = 49.75%
G = 25.62%
B = 24.63%

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

#C86763 (or 0xC86763) is known color: Contessa. HEX triplet: C8, 67 and 63. RGB value is (200,103,99). Sum of RGB (Red+Green+Blue) = 200+103+99=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C86763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86763 is #37989C. Grayscale: #838383. Windows color (decimal): -3643549 or 6514632. OLE color: 6514632.

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

Color convert

RGB 200 103 99 -
CMYK 0 0.48 0.50 0.22
HSL 2.38º 0.48% 0.59% -
HSV(B) 2.38º 0.51% 0.78% -
XYZ 30.92 22.88 14.59 -
YUV 131.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 200 103 99 0 0.48 0.50 0.22 2.38 0.48 0.59
Hex C8 67 63 0 30 32 16 2 30 3B
Octal 310 147 143 0 60 62 26 2 60 73
Binary 11001000 1100111 1100011 0 110000 110010 10110 10 110000 111011

Color Harmonies of #C86763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86763

Black with #C86763

Text Example


Text Example

White with #C86763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86763; }

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

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

background-color css

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

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

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

border-color css

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

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

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