#C5756E

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

Shades of Contessa #C5756E

Tints of Contessa #C5756E

Color information

#C5756E (or 0xC5756E) is unknown color: approx Contessa. HEX triplet: C5, 75 and 6E. RGB value is (197,117,110). Sum of RGB (Red+Green+Blue) = 197+117+110=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5756E is #3A8A91. Grayscale: #8C8C8C. Windows color (decimal): -3836562 or 7239109. OLE color: 7239109.

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

Color convert

RGB197117110-
CMYK00.410.440.23
HSL4.83º42.86%60.2%-
HSV(B)4.83º44.16%77.25%-
XYZ32.225.7218.02-
YUV140.12111168.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.46%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=46.46%
G=27.59%
B=25.94%

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
Decimal19711711000.410.440.234.8342.8660.2
HexC5756E0292C1752b3c
Octal305165156051542755374
Binary1100010111101011101110010100110110010111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5756E; }

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

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

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

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

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

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

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

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