#C8746D

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

Shades of Contessa #C8746D

Tints of Contessa #C8746D

Color information

#C8746D (or 0xC8746D) is unknown color: approx Contessa. HEX triplet: C8, 74 and 6D. RGB value is (200,116,109). Sum of RGB (Red+Green+Blue) = 200+116+109=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8746D is #378B92. Grayscale: #8C8C8C. Windows color (decimal): -3640211 or 7173320. OLE color: 7173320.

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

Color convert

RGB200116109-
CMYK00.420.460.22
HSL4.62º45.27%60.59%-
HSV(B)4.62º45.5%78.43%-
XYZ32.8325.8717.73-
YUV140.32110.33170.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=47.06%
G=27.29%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011610900.420.460.224.6245.2760.59
HexC8746D02A2E1652d3d
Octal310164155052562655575
Binary1100100011101001101101010101010111010110101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8746D; }

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

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

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

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

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

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

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

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