#C56885

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

Shades of Charm #C56885

Tints of Charm #C56885

Color information

#C56885 (or 0xC56885) is unknown color: approx Charm. HEX triplet: C5, 68 and 85. RGB value is (197,104,133). Sum of RGB (Red+Green+Blue) = 197+104+133=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C56885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56885 is #3A977A. Grayscale: #878787. Windows color (decimal): -3839867 or 8743109. OLE color: 8743109.

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

Color convert

RGB197104133-
CMYK00.470.320.23
HSL341.29º44.5%59.02%-
HSV(B)341.29º47.21%77.25%-
XYZ32.2123.4625.02-
YUV135.11126.81172.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.39%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 133 (52.34% from 255) = 30.65%
R=45.39%
G=23.96%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710413300.470.320.23341.2944.559.02
HexC5688502F20171552c3b
Octal30515020505740275255473
Binary11000101110100010000101010111110000010111101010101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56885; }

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

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

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

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

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

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

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

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