#C4818A

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

Shades of Charm #C4818A

Tints of Charm #C4818A

Color information

#C4818A (or 0xC4818A) is unknown color: approx Charm. HEX triplet: C4, 81 and 8A. RGB value is (196,129,138). Sum of RGB (Red+Green+Blue) = 196+129+138=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4818A is #3B7E75. Grayscale: #969696. Windows color (decimal): -3898998 or 9077188. OLE color: 9077188.

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

Color convert

RGB196129138-
CMYK00.340.300.23
HSL351.94º36.22%63.73%-
HSV(B)351.94º34.18%76.86%-
XYZ35.229.2727.84-
YUV150.06121.2160.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=42.33%
G=27.86%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612913800.340.300.23351.9436.2263.73
HexC4818A0221E171602440
Octal304201212042362754044100
Binary110001001000000110001010010001011110101111011000001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4818A; }

 p { color: rgb(196,129,138); }

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

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

 a { background-color: rgb(196,129,138); }

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

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

 span { border-color: rgb(196,129,138); }

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