Html Css Color HEX #C86E6A Contessa

📋 copy color: '#C86E6A'

red 200 ◦ green 110 ◦ blue 106

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

Shades of Contessa #C86E6A

Tints of Contessa #C86E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.48%

R = 48.08%
G = 26.44%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C86E6A (or 0xC86E6A) is known color: Contessa. HEX triplet: C8, 6E and 6A. RGB value is (200,110,106). Sum of RGB (Red+Green+Blue) = 200+110+106=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E6A is #379195. Grayscale: #888888. Windows color (decimal): -3641750 or 6975176. OLE color: 6975176.

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

Color convert

RGB 200 110 106 -
CMYK 0 0.45 0.47 0.22
HSL 2.55º 0.46% 0.6% -
HSV(B) 2.55º 0.47% 0.78% -
XYZ 32 24.47 16.67 -
YUV 136.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 200 110 106 0 0.45 0.47 0.22 2.55 0.46 0.6
Hex C8 6E 6A 0 2D 2F 16 3 2E 3C
Octal 310 156 152 0 55 57 26 3 56 74
Binary 11001000 1101110 1101010 0 101101 101111 10110 11 101110 111100

Color Harmonies of #C86E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E6A

Black with #C86E6A

Text Example


Text Example

White with #C86E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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