#C48083

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

Shades of Charm #C48083

Tints of Charm #C48083

Color information

#C48083 (or 0xC48083) is unknown color: approx Charm. HEX triplet: C4, 80 and 83. RGB value is (196,128,131). Sum of RGB (Red+Green+Blue) = 196+128+131=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C48083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48083 is #3B7F7C. Grayscale: #949494. Windows color (decimal): -3899261 or 8618180. OLE color: 8618180.

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

Color convert

RGB196128131-
CMYK00.350.330.23
HSL357.35º36.56%63.53%-
HSV(B)357.35º34.69%76.86%-
XYZ34.5828.8125.21-
YUV148.67118.03161.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 131 (51.56% from 255) = 28.79%
R=43.08%
G=28.13%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612813100.350.330.23357.3536.5663.53
HexC4808302321171652540
Octal304200203043412754545100
Binary1100010010000000100000110100011100001101111011001011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48083; }

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

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

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

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

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

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

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

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