#C47081

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

Shades of Charm #C47081

Tints of Charm #C47081

Color information

#C47081 (or 0xC47081) is unknown color: approx Charm. HEX triplet: C4, 70 and 81. RGB value is (196,112,129). Sum of RGB (Red+Green+Blue) = 196+112+129=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C47081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47081 is #3B8F7E. Grayscale: #8B8B8B. Windows color (decimal): -3903359 or 8483012. OLE color: 8483012.

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

Color convert

RGB196112129-
CMYK00.430.340.23
HSL347.86º41.58%60.39%-
HSV(B)347.86º42.86%76.86%-
XYZ32.5224.9123.86-
YUV139.05122.33168.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.85%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 129 (50.78% from 255) = 29.52%
R=44.85%
G=25.63%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611212900.430.340.23347.8641.5860.39
HexC4708102B221715c2a3c
Octal30416020105342275345274
Binary11000100111000010000001010101110001010111101011100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47081; }

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

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

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

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

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

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

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

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