#C47185

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

Shades of Charm #C47185

Tints of Charm #C47185

Color information

#C47185 (or 0xC47185) is unknown color: approx Charm. HEX triplet: C4, 71 and 85. RGB value is (196,113,133). Sum of RGB (Red+Green+Blue) = 196+113+133=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C47185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47185 is #3B8E7A. Grayscale: #8C8C8C. Windows color (decimal): -3903099 or 8745412. OLE color: 8745412.

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

Color convert

RGB196113133-
CMYK00.420.320.23
HSL345.54º41.29%60.59%-
HSV(B)345.54º42.35%76.86%-
XYZ32.925.2425.33-
YUV140.1124167.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.34%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=44.34%
G=25.57%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611313300.420.320.23345.5441.2960.59
HexC4718502A201715a293d
Octal30416120505240275325175
Binary11000100111000110000101010101010000010111101011010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47185; }

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

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

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

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

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

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

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

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