#C5768A

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

Shades of Charm #C5768A

Tints of Charm #C5768A

Color information

#C5768A (or 0xC5768A) is unknown color: approx Charm. HEX triplet: C5, 76 and 8A. RGB value is (197,118,138). Sum of RGB (Red+Green+Blue) = 197+118+138=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5768A is #3A8975. Grayscale: #8F8F8F. Windows color (decimal): -3836278 or 9074373. OLE color: 9074373.

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

Color convert

RGB197118138-
CMYK00.400.300.23
HSL344.81º40.51%61.76%-
HSV(B)344.81º40.1%77.25%-
XYZ34.0926.6627.39-
YUV143.9124.67165.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=43.49%
G=26.05%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711813800.400.300.23344.8140.5161.76
HexC5768A0281E17159293e
Octal30516621205036275315176
Binary1100010111101101000101001010001111010111101011001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5768A; }

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

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

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

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

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

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

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

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