Html Css Color HEX #C86D64 Contessa

📋 copy color: '#C86D64'

red 200 ◦ green 109 ◦ blue 100

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

Shades of Contessa #C86D64

Tints of Contessa #C86D64

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.65%

 BLUE value IS 100 (39.45% from 255) = 24.45%

R = 48.9%
G = 26.65%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C86D64 (or 0xC86D64) is known color: Contessa. HEX triplet: C8, 6D and 64. RGB value is (200,109,100). Sum of RGB (Red+Green+Blue) = 200+109+100=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D64 is #37929B. Grayscale: #878787. Windows color (decimal): -3642012 or 6581704. OLE color: 6581704.

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

Color convert

RGB 200 109 100 -
CMYK 0 0.46 0.5 0.22
HSL 5.4º 0.48% 0.59% -
HSV(B) 5.4º 0.5% 0.78% -
XYZ 31.59 24.14 15.05 -
YUV 135.18 108.15 174.23 -
System Red Green Blue C M Y K H S L
Decimal 200 109 100 0 0.46 0.5 0.22 5.4 0.48 0.59
Hex C8 6D 64 0 2E 32 16 5 30 3B
Octal 310 155 144 0 56 62 26 5 60 73
Binary 11001000 1101101 1100100 0 101110 110010 10110 101 110000 111011

Color Harmonies of #C86D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D64

Black with #C86D64

Text Example


Text Example

White with #C86D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D64; }

 p { color: rgb(200,109,100); }

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

background-color css

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

 a { background-color: rgb(200,109,100); }

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

border-color css

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

 span { border-color: rgb(200,109,100); }

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