#C57685

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

Shades of Charm #C57685

Tints of Charm #C57685

Color information

#C57685 (or 0xC57685) is unknown color: approx Charm. HEX triplet: C5, 76 and 85. RGB value is (197,118,133). Sum of RGB (Red+Green+Blue) = 197+118+133=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C57685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57685 is #3A897A. Grayscale: #8F8F8F. Windows color (decimal): -3836283 or 8746693. OLE color: 8746693.

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

Color convert

RGB197118133-
CMYK00.400.320.23
HSL348.61º40.51%61.76%-
HSV(B)348.61º40.1%77.25%-
XYZ33.7426.5225.53-
YUV143.33122.17166.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.97%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=43.97%
G=26.34%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711813300.400.320.23348.6140.5161.76
HexC57685028201715d293e
Octal30516620505040275355176
Binary11000101111011010000101010100010000010111101011101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57685; }

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

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

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

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

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

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

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

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