#C86B6A

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

Shades of Contessa #C86B6A

Tints of Contessa #C86B6A

Color information

#C86B6A (or 0xC86B6A) is unknown color: approx Contessa. HEX triplet: C8, 6B and 6A. RGB value is (200,107,106). Sum of RGB (Red+Green+Blue) = 200+107+106=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86B6A is #379495. Grayscale: #868686. Windows color (decimal): -3642518 or 6974408. OLE color: 6974408.

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

Color convert

RGB200107106-
CMYK00.460.470.22
HSL0.64º46.08%60%-
HSV(B)0.64º47%78.43%-
XYZ31.6823.8416.57-
YUV134.69111.81174.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.43%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=48.43%
G=25.91%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010710600.460.470.220.6446.0860
HexC86B6A02E2F1612e3c
Octal310153152056572615674
Binary11001000110101111010100101110101111101101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86B6A; }

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

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

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

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

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

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

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

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