#C47280

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

Shades of Charm #C47280

Tints of Charm #C47280

Color information

#C47280 (or 0xC47280) is unknown color: approx Charm. HEX triplet: C4, 72 and 80. RGB value is (196,114,128). Sum of RGB (Red+Green+Blue) = 196+114+128=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C47280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47280 is #3B8D7F. Grayscale: #8C8C8C. Windows color (decimal): -3902848 or 8417988. OLE color: 8417988.

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

Color convert

RGB196114128-
CMYK00.420.350.23
HSL349.76º41%60.78%-
HSV(B)349.76º41.84%76.86%-
XYZ32.6825.3323.59-
YUV140.11121.17167.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.75%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=44.75%
G=26.03%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611412800.420.350.23349.764160.78
HexC4728002A231715e293d
Octal30416220005243275365175
Binary11000100111001010000000010101010001110111101011110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47280; }

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

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

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

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

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

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

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

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