#C47F84

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

Shades of Charm #C47F84

Tints of Charm #C47F84

Color information

#C47F84 (or 0xC47F84) is unknown color: approx Charm. HEX triplet: C4, 7F and 84. RGB value is (196,127,132). Sum of RGB (Red+Green+Blue) = 196+127+132=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F84 is #3B807B. Grayscale: #949494. Windows color (decimal): -3899516 or 8683460. OLE color: 8683460.

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

Color convert

RGB196127132-
CMYK00.350.330.23
HSL355.65º36.9%63.33%-
HSV(B)355.65º35.2%76.86%-
XYZ34.5228.5825.53-
YUV148.2118.86162.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=43.08%
G=27.91%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612713200.350.330.23355.6536.963.33
HexC47F840232117164253f
Octal30417720404341275444577
Binary11000100111111110000100010001110000110111101100100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47F84; }

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

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

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

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

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

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

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

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