#C5767F

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

Shades of Charm #C5767F

Tints of Charm #C5767F

Color information

#C5767F (or 0xC5767F) is unknown color: approx Charm. HEX triplet: C5, 76 and 7F. RGB value is (197,118,127). Sum of RGB (Red+Green+Blue) = 197+118+127=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5767F is #3A8980. Grayscale: #8E8E8E. Windows color (decimal): -3836289 or 8353477. OLE color: 8353477.

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

Color convert

RGB197118127-
CMYK00.400.360.23
HSL353.16º40.51%61.76%-
HSV(B)353.16º40.1%77.25%-
XYZ33.3426.3623.41-
YUV142.65119.17166.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.57%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 127 (50% from 255) = 28.73%
R=44.57%
G=26.70%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711812700.400.360.23353.1640.5161.76
HexC5767F0282417161293e
Octal30516617705044275415176
Binary1100010111101101111111010100010010010111101100001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5767F; }

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

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

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

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

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

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

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

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