#c47082

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

Shades of Charm #C47082

Tints of Charm #C47082

Color information

#C47082 (or 0xC47082) is unknown color: approx Charm. HEX triplet: C4, 70 and 82. RGB value is (196,112,130). Sum of RGB (Red+Green+Blue) = 196+112+130=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C47082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47082 is #3B8F7D. Grayscale: #8B8B8B. Windows color (decimal): -3903358 or 8548548. OLE color: 8548548.

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

Color convert

RGB196112130-
CMYK00.430.340.23
HSL347.14º41.58%60.39%-
HSV(B)347.14º42.86%76.86%-
XYZ32.5924.9424.21-
YUV139.17122.83168.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.75%
GREEN value IS 112 (44.14% from 255) = 25.57%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=44.75%
G=25.57%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611213000.430.340.23347.1441.5860.39
HexC4708202B221715b2a3c
Octal30416020205342275335274
Binary11000100111000010000010010101110001010111101011011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c47082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c47082; }

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

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

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

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

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

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

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

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