#C87B6F

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

Shades of Contessa #C87B6F

Tints of Contessa #C87B6F

Color information

#C87B6F (or 0xC87B6F) is unknown color: approx Contessa. HEX triplet: C8, 7B and 6F. RGB value is (200,123,111). Sum of RGB (Red+Green+Blue) = 200+123+111=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87B6F is #378490. Grayscale: #909090. Windows color (decimal): -3638417 or 7306184. OLE color: 7306184.

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

Color convert

RGB200123111-
CMYK00.380.440.22
HSL8.09º44.72%60.98%-
HSV(B)8.09º44.5%78.43%-
XYZ33.7727.5918.58-
YUV144.65109.01167.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.08%
GREEN value IS 123 (48.44% from 255) = 28.34%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=46.08%
G=28.34%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012311100.380.440.228.0944.7260.98
HexC87B6F0262C1682d3d
Octal3101731570465426105575
Binary11001000111101111011110100110101100101101000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87B6F; }

 p { color: rgb(200,123,111); }

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

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

 a { background-color: rgb(200,123,111); }

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

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

 span { border-color: rgb(200,123,111); }

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