#C5767D

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

Shades of Charm #C5767D

Tints of Charm #C5767D

Color information

#C5767D (or 0xC5767D) is unknown color: approx Charm. HEX triplet: C5, 76 and 7D. RGB value is (197,118,125). Sum of RGB (Red+Green+Blue) = 197+118+125=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5767D is #3A8982. Grayscale: #8E8E8E. Windows color (decimal): -3836291 or 8222405. OLE color: 8222405.

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

Color convert

RGB197118125-
CMYK00.400.370.23
HSL354.68º40.51%61.76%-
HSV(B)354.68º40.1%77.25%-
XYZ33.2126.3122.73-
YUV142.42118.17166.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.77%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=44.77%
G=26.82%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711812500.400.370.23354.6840.5161.76
HexC5767D0282517163293e
Octal30516617505045275435176
Binary1100010111101101111101010100010010110111101100011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5767D; }

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

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

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

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

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

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

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

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