#C47880

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

Shades of Charm #C47880

Tints of Charm #C47880

Color information

#C47880 (or 0xC47880) is unknown color: approx Charm. HEX triplet: C4, 78 and 80. RGB value is (196,120,128). Sum of RGB (Red+Green+Blue) = 196+120+128=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C47880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47880 is #3B877F. Grayscale: #8F8F8F. Windows color (decimal): -3901312 or 8419524. OLE color: 8419524.

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

Color convert

RGB196120128-
CMYK00.390.350.23
HSL353.68º39.18%61.96%-
HSV(B)353.68º38.78%76.86%-
XYZ33.3826.7323.82-
YUV143.64119.18165.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 120 (47.27% from 255) = 27.03%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=44.14%
G=27.03%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612012800.390.350.23353.6839.1861.96
HexC478800272317162273e
Octal30417020004743275424776
Binary11000100111100010000000010011110001110111101100010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47880; }

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

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

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

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

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

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

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

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