#C5756F

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

Shades of Contessa #C5756F

Tints of Contessa #C5756F

Color information

#C5756F (or 0xC5756F) is unknown color: approx Contessa. HEX triplet: C5, 75 and 6F. RGB value is (197,117,111). Sum of RGB (Red+Green+Blue) = 197+117+111=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5756F is #3A8A90. Grayscale: #8C8C8C. Windows color (decimal): -3836561 or 7304645. OLE color: 7304645.

HSL color Cylindrical-coordinate representation of color #C5756F: hue angle of 4.19º 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 #C5756F is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB197117111-
CMYK00.410.440.23
HSL4.19º42.57%60.39%-
HSV(B)4.19º43.65%77.25%-
XYZ32.2625.7418.31-
YUV140.24111.5168.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=46.35%
G=27.53%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711711100.410.440.234.1942.5760.39
HexC5756F0292C1742b3c
Octal305165157051542745374
Binary1100010111101011101111010100110110010111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5756F; }

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

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

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

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

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

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

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

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