#C47885

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

Shades of Charm #C47885

Tints of Charm #C47885

Color information

#C47885 (or 0xC47885) is unknown color: approx Charm. HEX triplet: C4, 78 and 85. RGB value is (196,120,133). Sum of RGB (Red+Green+Blue) = 196+120+133=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C47885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47885 is #3B877A. Grayscale: #909090. Windows color (decimal): -3901307 or 8747204. OLE color: 8747204.

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

Color convert

RGB196120133-
CMYK00.390.320.23
HSL349.74º39.18%61.96%-
HSV(B)349.74º38.78%76.86%-
XYZ33.7226.8625.6-
YUV144.21121.68164.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 120 (47.27% from 255) = 26.73%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=43.65%
G=26.73%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612013300.390.320.23349.7439.1861.96
HexC47885027201715e273e
Octal30417020504740275364776
Binary11000100111100010000101010011110000010111101011110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47885; }

 p { color: rgb(196,120,133); }

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

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

 a { background-color: rgb(196,120,133); }

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

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

 span { border-color: rgb(196,120,133); }

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