#C47E8A

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

Shades of Charm #C47E8A

Tints of Charm #C47E8A

Color information

#C47E8A (or 0xC47E8A) is unknown color: approx Charm. HEX triplet: C4, 7E and 8A. RGB value is (196,126,138). Sum of RGB (Red+Green+Blue) = 196+126+138=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47E8A is #3B8175. Grayscale: #949494. Windows color (decimal): -3899766 or 9076420. OLE color: 9076420.

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

Color convert

RGB196126138-
CMYK00.360.300.23
HSL349.71º37.23%63.14%-
HSV(B)349.71º35.71%76.86%-
XYZ34.8128.4927.71-
YUV148.3122.19162.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.61%
GREEN value IS 126 (49.61% from 255) = 27.39%
BLUE value IS 138 (54.30% from 255) = 30%
R=42.61%
G=27.39%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612613800.360.300.23349.7137.2363.14
HexC47E8A0241E1715e253f
Octal30417621204436275364577
Binary1100010011111101000101001001001111010111101011110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47E8A; }

 p { color: rgb(196,126,138); }

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

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

 a { background-color: rgb(196,126,138); }

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

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

 span { border-color: rgb(196,126,138); }

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