Html Css Color HEX #C86E6D Contessa

📋 copy color: '#C86E6D'

red 200 ◦ green 110 ◦ blue 109

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

Shades of Contessa #C86E6D

Tints of Contessa #C86E6D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.25%

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 47.73%
G = 26.25%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C86E6D (or 0xC86E6D) is known color: Contessa. HEX triplet: C8, 6E and 6D. RGB value is (200,110,109). Sum of RGB (Red+Green+Blue) = 200+110+109=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E6D is #379192. Grayscale: #888888. Windows color (decimal): -3641747 or 7171784. OLE color: 7171784.

HSL color Cylindrical-coordinate representation of color #C86E6D: hue angle of 0.66º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86E6D is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 110 109 -
CMYK 0 0.45 0.46 0.22
HSL 0.66º 0.45% 0.61% -
HSV(B) 0.66º 0.46% 0.78% -
XYZ 32.16 24.54 17.51 -
YUV 136.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 200 110 109 0 0.45 0.46 0.22 0.66 0.45 0.61
Hex C8 6E 6D 0 2D 2E 16 1 2D 3D
Octal 310 156 155 0 55 56 26 1 55 75
Binary 11001000 1101110 1101101 0 101101 101110 10110 1 101101 111101

Color Harmonies of #C86E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E6D

Black with #C86E6D

Text Example


Text Example

White with #C86E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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