#C47685

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

Shades of Charm #C47685

Tints of Charm #C47685

Color information

#C47685 (or 0xC47685) is unknown color: approx Charm. HEX triplet: C4, 76 and 85. RGB value is (196,118,133). Sum of RGB (Red+Green+Blue) = 196+118+133=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C47685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47685 is #3B897A. Grayscale: #8F8F8F. Windows color (decimal): -3901819 or 8746692. OLE color: 8746692.

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

Color convert

RGB196118133-
CMYK00.400.320.23
HSL348.46º39.8%61.57%-
HSV(B)348.46º39.8%76.86%-
XYZ33.4826.3925.52-
YUV143.03122.34165.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=43.85%
G=26.40%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611813300.400.320.23348.4639.861.57
HexC47685028201715c283e
Octal30416620505040275345076
Binary11000100111011010000101010100010000010111101011100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47685; }

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

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

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

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

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

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

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

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