#C5768C

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

Shades of Charm #C5768C

Tints of Charm #C5768C

Color information

#C5768C (or 0xC5768C) is unknown color: approx Charm. HEX triplet: C5, 76 and 8C. RGB value is (197,118,140). Sum of RGB (Red+Green+Blue) = 197+118+140=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5768C is #3A8973. Grayscale: #909090. Windows color (decimal): -3836276 or 9205445. OLE color: 9205445.

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

Color convert

RGB197118140-
CMYK00.400.290.23
HSL343.29º40.51%61.76%-
HSV(B)343.29º40.1%77.25%-
XYZ34.2426.7228.16-
YUV144.13125.67165.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=43.30%
G=25.93%
B=30.77%

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
Decimal19711814000.400.290.23343.2940.5161.76
HexC5768C0281D17157293e
Octal30516621405035275275176
Binary1100010111101101000110001010001110110111101010111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5768C; }

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

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

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

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

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

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

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

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