#C57585

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

Shades of Charm #C57585

Tints of Charm #C57585

Color information

#C57585 (or 0xC57585) is unknown color: approx Charm. HEX triplet: C5, 75 and 85. RGB value is (197,117,133). Sum of RGB (Red+Green+Blue) = 197+117+133=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C57585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57585 is #3A8A7A. Grayscale: #8E8E8E. Windows color (decimal): -3836539 or 8746437. OLE color: 8746437.

HSL color Cylindrical-coordinate representation of color #C57585: hue angle of 348º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57585 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB197117133-
CMYK00.410.320.23
HSL348º40.82%61.57%-
HSV(B)348º40.61%77.25%-
XYZ33.6226.2925.49-
YUV142.74122.5166.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.07%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=44.07%
G=26.17%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711713300.410.320.2334840.8261.57
HexC57585029201715c293e
Octal30516520505140275345176
Binary11000101111010110000101010100110000010111101011100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57585; }

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

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

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

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

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

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

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

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