#C5766C

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

Shades of Contessa #C5766C

Tints of Contessa #C5766C

Color information

#C5766C (or 0xC5766C) is unknown color: approx Contessa. HEX triplet: C5, 76 and 6C. RGB value is (197,118,108). Sum of RGB (Red+Green+Blue) = 197+118+108=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5766C is #3A8993. Grayscale: #8C8C8C. Windows color (decimal): -3836308 or 7108293. OLE color: 7108293.

HSL color Cylindrical-coordinate representation of color #C5766C: hue angle of 6.74º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5766C is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB197118108-
CMYK00.400.450.23
HSL6.74º43.41%59.8%-
HSV(B)6.74º45.18%77.25%-
XYZ32.2125.9117.49-
YUV140.48109.67168.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=46.57%
G=27.90%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711810800.400.450.236.7443.4159.8
HexC5766C0282D1772b3c
Octal305166154050552775374
Binary1100010111101101101100010100010110110111111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5766C; }

 p { color: rgb(197,118,108); }

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

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

 a { background-color: rgb(197,118,108); }

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

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

 span { border-color: rgb(197,118,108); }

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