#C47085

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

Shades of Charm #C47085

Tints of Charm #C47085

Color information

#C47085 (or 0xC47085) is unknown color: approx Charm. HEX triplet: C4, 70 and 85. RGB value is (196,112,133). Sum of RGB (Red+Green+Blue) = 196+112+133=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C47085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47085 is #3B8F7A. Grayscale: #8B8B8B. Windows color (decimal): -3903355 or 8745156. OLE color: 8745156.

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

Color convert

RGB196112133-
CMYK00.430.320.23
HSL345º41.58%60.39%-
HSV(B)345º42.86%76.86%-
XYZ32.7925.0225.29-
YUV139.51124.33168.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=44.44%
G=25.40%
B=30.16%

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
Decimal19611213300.430.320.2334541.5860.39
HexC4708502B20171592a3c
Octal30416020505340275315274
Binary11000100111000010000101010101110000010111101011001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47085; }

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

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

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

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

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

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

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

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