#C48288

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

Shades of Charm #C48288

Tints of Charm #C48288

Color information

#C48288 (or 0xC48288) is unknown color: approx Charm. HEX triplet: C4, 82 and 88. RGB value is (196,130,136). Sum of RGB (Red+Green+Blue) = 196+130+136=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C48288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48288 is #3B7D77. Grayscale: #969696. Windows color (decimal): -3898744 or 8946372. OLE color: 8946372.

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

Color convert

RGB196130136-
CMYK00.340.310.23
HSL354.55º35.87%63.92%-
HSV(B)354.55º33.67%76.86%-
XYZ35.1929.4827.13-
YUV150.42119.87160.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.42%
GREEN value IS 130 (51.17% from 255) = 28.14%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=42.42%
G=28.14%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613013600.340.310.23354.5535.8763.92
HexC482880221F171632440
Octal304202210042372754344100
Binary110001001000001010001000010001011111101111011000111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48288; }

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

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

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

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

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

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

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

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