#C48385

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

Shades of Charm #C48385

Tints of Charm #C48385

Color information

#C48385 (or 0xC48385) is unknown color: approx Charm. HEX triplet: C4, 83 and 85. RGB value is (196,131,133). Sum of RGB (Red+Green+Blue) = 196+131+133=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C48385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48385 is #3B7C7A. Grayscale: #969696. Windows color (decimal): -3898491 or 8750020. OLE color: 8750020.

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

Color convert

RGB196131133-
CMYK00.330.320.23
HSL358.15º35.52%64.12%-
HSV(B)358.15º33.16%76.86%-
XYZ35.1129.6626.06-
YUV150.66118.03160.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.61%
GREEN value IS 131 (51.56% from 255) = 28.48%
BLUE value IS 133 (52.34% from 255) = 28.91%
R=42.61%
G=28.48%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613113300.330.320.23358.1535.5264.12
HexC4838502120171662440
Octal304203205041402754644100
Binary1100010010000011100001010100001100000101111011001101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48385; }

 p { color: rgb(196,131,133); }

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

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

 a { background-color: rgb(196,131,133); }

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

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

 span { border-color: rgb(196,131,133); }

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