#C47078

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

Shades of Charm #C47078

Tints of Charm #C47078

Color information

#C47078 (or 0xC47078) is unknown color: approx Charm. HEX triplet: C4, 70 and 78. RGB value is (196,112,120). Sum of RGB (Red+Green+Blue) = 196+112+120=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C47078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47078 is #3B8F87. Grayscale: #8A8A8A. Windows color (decimal): -3903368 or 7893188. OLE color: 7893188.

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

Color convert

RGB196112120-
CMYK00.430.390.23
HSL354.29º41.58%60.39%-
HSV(B)354.29º42.86%76.86%-
XYZ31.9524.6820.85-
YUV138.03117.83169.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=45.79%
G=26.17%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611212000.430.390.23354.2941.5860.39
HexC4707802B27171622a3c
Octal30416017005347275425274
Binary1100010011100001111000010101110011110111101100010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47078; }

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

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

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

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

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

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

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

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