#C47075

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

Shades of Charm #C47075

Tints of Charm #C47075

Color information

#C47075 (or 0xC47075) is unknown color: approx Charm. HEX triplet: C4, 70 and 75. RGB value is (196,112,117). Sum of RGB (Red+Green+Blue) = 196+112+117=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C47075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47075 is #3B8F8A. Grayscale: #898989. Windows color (decimal): -3903371 or 7696580. OLE color: 7696580.

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

Color convert

RGB196112117-
CMYK00.430.400.23
HSL356.43º41.58%60.39%-
HSV(B)356.43º42.86%76.86%-
XYZ31.7724.6119.91-
YUV137.69116.33169.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=46.12%
G=26.35%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611211700.430.400.23356.4341.5860.39
HexC4707502B28171642a3c
Octal30416016505350275445274
Binary1100010011100001110101010101110100010111101100100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47075; }

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

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

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

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

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

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

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

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