#C48289

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

Shades of Charm #C48289

Tints of Charm #C48289

Color information

#C48289 (or 0xC48289) is unknown color: approx Charm. HEX triplet: C4, 82 and 89. RGB value is (196,130,137). Sum of RGB (Red+Green+Blue) = 196+130+137=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C48289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48289 is #3B7D76. Grayscale: #969696. Windows color (decimal): -3898743 or 9011908. OLE color: 9011908.

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

Color convert

RGB196130137-
CMYK00.340.300.23
HSL353.64º35.87%63.92%-
HSV(B)353.64º33.67%76.86%-
XYZ35.2629.5127.5-
YUV150.53120.37160.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 137 (53.91% from 255) = 29.59%
R=42.33%
G=28.08%
B=29.59%

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
Decimal19613013700.340.300.23353.6435.8763.92
HexC482890221E171622440
Octal304202211042362754244100
Binary110001001000001010001001010001011110101111011000101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48289; }

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

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

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

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

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

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

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

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