#C5818B

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

Shades of Charm #C5818B

Tints of Charm #C5818B

Color information

#C5818B (or 0xC5818B) is unknown color: approx Charm. HEX triplet: C5, 81 and 8B. RGB value is (197,129,139). Sum of RGB (Red+Green+Blue) = 197+129+139=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5818B is #3A7E74. Grayscale: #969696. Windows color (decimal): -3833461 or 9142725. OLE color: 9142725.

HSL color Cylindrical-coordinate representation of color #C5818B: hue angle of 351.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5818B is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB197129139-
CMYK00.350.290.23
HSL351.18º36.96%63.92%-
HSV(B)351.18º34.52%77.25%-
XYZ35.5429.4328.23-
YUV150.47121.53161.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.37%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 139 (54.69% from 255) = 29.89%
R=42.37%
G=27.74%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712913900.350.290.23351.1836.9663.92
HexC5818B0231D1715f2540
Octal305201213043352753745100
Binary110001011000000110001011010001111101101111010111111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5818B; }

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

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

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

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

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

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

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

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