#C5766F

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

Shades of Contessa #C5766F

Tints of Contessa #C5766F

Color information

#C5766F (or 0xC5766F) is unknown color: approx Contessa. HEX triplet: C5, 76 and 6F. RGB value is (197,118,111). Sum of RGB (Red+Green+Blue) = 197+118+111=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C5766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5766F is #3A8990. Grayscale: #8C8C8C. Windows color (decimal): -3836305 or 7304901. OLE color: 7304901.

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

Color convert

RGB197118111-
CMYK00.400.440.23
HSL4.88º42.57%60.39%-
HSV(B)4.88º43.65%77.25%-
XYZ32.3725.9718.35-
YUV140.82111.17168.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.24%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=46.24%
G=27.70%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711811100.400.440.234.8842.5760.39
HexC5766F0282C1752b3c
Octal305166157050542755374
Binary1100010111101101101111010100010110010111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5766F; }

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

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

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

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

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

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

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

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