#C86E67

Color #C86E67 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #C86E67

Tints of Contessa #C86E67

Color information

#C86E67 (or 0xC86E67) is unknown color: approx Contessa. HEX triplet: C8, 6E and 67. RGB value is (200,110,103). Sum of RGB (Red+Green+Blue) = 200+110+103=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E67 is #379198. Grayscale: #888888. Windows color (decimal): -3641753 or 6778568. OLE color: 6778568.

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

Color convert

RGB200110103-
CMYK00.450.480.22
HSL4.33º46.86%59.41%-
HSV(B)4.33º48.5%78.43%-
XYZ31.8424.4115.87-
YUV136.11109.32173.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.43%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=48.43%
G=26.63%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011010300.450.480.224.3346.8659.41
HexC86E6702D301642f3b
Octal310156147055602645773
Binary1100100011011101100111010110111000010110100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86E67; }

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

 H1.HeaderClassName
 {
   color: #C86E67;
 }
 .AnyTagClassName
 {
   color: #C86E67;
 }
</style>
background-color css

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

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

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

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

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

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