#C47074

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

Shades of Charm #C47074

Tints of Charm #C47074

Color information

#C47074 (or 0xC47074) is unknown color: approx Charm. HEX triplet: C4, 70 and 74. RGB value is (196,112,116). Sum of RGB (Red+Green+Blue) = 196+112+116=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C47074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47074 is #3B8F8B. Grayscale: #898989. Windows color (decimal): -3903372 or 7631044. OLE color: 7631044.

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

Color convert

RGB196112116-
CMYK00.430.410.23
HSL357.14º41.58%60.39%-
HSV(B)357.14º42.86%76.86%-
XYZ31.7124.5919.6-
YUV137.57115.83169.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.23%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=46.23%
G=26.42%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611211600.430.410.23357.1441.5860.39
HexC4707402B29171652a3c
Octal30416016405351275455274
Binary1100010011100001110100010101110100110111101100101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47074; }

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

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

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

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

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

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

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

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