#C5768F

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

Shades of Charm #C5768F

Tints of Charm #C5768F

Color information

#C5768F (or 0xC5768F) is unknown color: approx Charm. HEX triplet: C5, 76 and 8F. RGB value is (197,118,143). Sum of RGB (Red+Green+Blue) = 197+118+143=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5768F is #3A8970. Grayscale: #909090. Windows color (decimal): -3836273 or 9402053. OLE color: 9402053.

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

Color convert

RGB197118143-
CMYK00.400.270.23
HSL341.01º40.51%61.76%-
HSV(B)341.01º40.1%77.25%-
XYZ34.4626.8129.35-
YUV144.47127.17165.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.01%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 143 (56.25% from 255) = 31.22%
R=43.01%
G=25.76%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711814300.400.270.23341.0140.5161.76
HexC5768F0281B17155293e
Octal30516621705033275255176
Binary1100010111101101000111101010001101110111101010101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5768F; }

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

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

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

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

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

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

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

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