#C47A7F

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

Shades of Charm #C47A7F

Tints of Charm #C47A7F

Color information

#C47A7F (or 0xC47A7F) is unknown color: approx Charm. HEX triplet: C4, 7A and 7F. RGB value is (196,122,127). Sum of RGB (Red+Green+Blue) = 196+122+127=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A7F is #3B8580. Grayscale: #909090. Windows color (decimal): -3900801 or 8354500. OLE color: 8354500.

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

Color convert

RGB196122127-
CMYK00.380.350.23
HSL355.95º38.54%62.35%-
HSV(B)355.95º37.76%76.86%-
XYZ33.5627.1923.56-
YUV144.7118.02164.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 127 (50% from 255) = 28.54%
R=44.04%
G=27.42%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612212700.380.350.23355.9538.5462.35
HexC47A7F0262317164273e
Octal30417217704643275444776
Binary1100010011110101111111010011010001110111101100100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47A7F; }

 p { color: rgb(196,122,127); }

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

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

 a { background-color: rgb(196,122,127); }

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

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

 span { border-color: rgb(196,122,127); }

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