#C5767E

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

Shades of Charm #C5767E

Tints of Charm #C5767E

Color information

#C5767E (or 0xC5767E) is unknown color: approx Charm. HEX triplet: C5, 76 and 7E. RGB value is (197,118,126). Sum of RGB (Red+Green+Blue) = 197+118+126=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5767E is #3A8981. Grayscale: #8E8E8E. Windows color (decimal): -3836290 or 8287941. OLE color: 8287941.

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

Color convert

RGB197118126-
CMYK00.400.360.23
HSL353.92º40.51%61.76%-
HSV(B)353.92º40.1%77.25%-
XYZ33.2726.3323.07-
YUV142.53118.67166.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=44.67%
G=26.76%
B=28.57%

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
Decimal19711812600.400.360.23353.9240.5161.76
HexC5767E0282417162293e
Octal30516617605044275425176
Binary1100010111101101111110010100010010010111101100010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5767E; }

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

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

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

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

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

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

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

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