#C48284

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

Shades of Charm #C48284

Tints of Charm #C48284

Color information

#C48284 (or 0xC48284) is unknown color: approx Charm. HEX triplet: C4, 82 and 84. RGB value is (196,130,132). Sum of RGB (Red+Green+Blue) = 196+130+132=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C48284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48284 is #3B7D7B. Grayscale: #969696. Windows color (decimal): -3898748 or 8684228. OLE color: 8684228.

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

Color convert

RGB196130132-
CMYK00.340.330.23
HSL358.18º35.87%63.92%-
HSV(B)358.18º33.67%76.86%-
XYZ34.9129.3725.66-
YUV149.96117.87160.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 132 (51.95% from 255) = 28.82%
R=42.79%
G=28.38%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613013200.340.330.23358.1835.8763.92
HexC4828402221171662440
Octal304202204042412754644100
Binary1100010010000010100001000100010100001101111011001101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48284; }

 p { color: rgb(196,130,132); }

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

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

 a { background-color: rgb(196,130,132); }

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

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

 span { border-color: rgb(196,130,132); }

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