#C57085

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

Shades of Charm #C57085

Tints of Charm #C57085

Color information

#C57085 (or 0xC57085) is unknown color: approx Charm. HEX triplet: C5, 70 and 85. RGB value is (197,112,133). Sum of RGB (Red+Green+Blue) = 197+112+133=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C57085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57085 is #3A8F7A. Grayscale: #8B8B8B. Windows color (decimal): -3837819 or 8745157. OLE color: 8745157.

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

Color convert

RGB197112133-
CMYK00.430.320.23
HSL345.18º42.29%60.59%-
HSV(B)345.18º43.15%77.25%-
XYZ33.0525.1525.3-
YUV139.81124.16168.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.57%
GREEN value IS 112 (44.14% from 255) = 25.34%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=44.57%
G=25.34%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711213300.430.320.23345.1842.2960.59
HexC5708502B20171592a3d
Octal30516020505340275315275
Binary11000101111000010000101010101110000010111101011001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57085; }

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

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

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

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

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

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

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

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