#C47086

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

Shades of Charm #C47086

Tints of Charm #C47086

Color information

#C47086 (or 0xC47086) is unknown color: approx Charm. HEX triplet: C4, 70 and 86. RGB value is (196,112,134). Sum of RGB (Red+Green+Blue) = 196+112+134=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C47086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47086 is #3B8F79. Grayscale: #8B8B8B. Windows color (decimal): -3903354 or 8810692. OLE color: 8810692.

HSL color Cylindrical-coordinate representation of color #C47086: hue angle of 344.29º 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 #C47086 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB196112134-
CMYK00.430.320.23
HSL344.29º41.58%60.39%-
HSV(B)344.29º42.86%76.86%-
XYZ32.8625.0525.66-
YUV139.62124.83168.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.34%
GREEN value IS 112 (44.14% from 255) = 25.34%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=44.34%
G=25.34%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611213400.430.320.23344.2941.5860.39
HexC4708602B20171582a3c
Octal30416020605340275305274
Binary11000100111000010000110010101110000010111101011000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47086; }

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

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

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

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

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

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

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

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