#C5768B

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

Shades of Charm #C5768B

Tints of Charm #C5768B

Color information

#C5768B (or 0xC5768B) is unknown color: approx Charm. HEX triplet: C5, 76 and 8B. RGB value is (197,118,139). Sum of RGB (Red+Green+Blue) = 197+118+139=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5768B is #3A8974. Grayscale: #909090. Windows color (decimal): -3836277 or 9139909. OLE color: 9139909.

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

Color convert

RGB197118139-
CMYK00.400.290.23
HSL344.05º40.51%61.76%-
HSV(B)344.05º40.1%77.25%-
XYZ34.1626.6927.78-
YUV144.01125.17165.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.39%
GREEN value IS 118 (46.48% from 255) = 25.99%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=43.39%
G=25.99%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711813900.400.290.23344.0540.5161.76
HexC5768B0281D17158293e
Octal30516621305035275305176
Binary1100010111101101000101101010001110110111101011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5768B; }

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

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

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

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

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

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

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

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