#C47E5C

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

Shades of Burning Sand #C47E5C

Tints of Burning Sand #C47E5C

Color information

#C47E5C (or 0xC47E5C) is unknown color: approx Burning Sand. HEX triplet: C4, 7E and 5C. RGB value is (196,126,92). Sum of RGB (Red+Green+Blue) = 196+126+92=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E5C is #3B81A3. Grayscale: #8F8F8F. Windows color (decimal): -3899812 or 6061764. OLE color: 6061764.

HSL color Cylindrical-coordinate representation of color #C47E5C: hue angle of 19.62º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C47E5C is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19612692-
CMYK00.360.530.23
HSL19.62º46.85%56.47%-
HSV(B)19.62º53.06%76.86%-
XYZ32.1627.4313.72-
YUV143.0599.19165.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.34%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=47.34%
G=30.43%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961269200.360.530.2319.6246.8556.47
HexC47E5C0243517142f38
Octal3041761340446527245770
Binary110001001111110101110001001001101011011110100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47E5C; }

 p { color: rgb(196,126,92); }

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

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

 a { background-color: rgb(196,126,92); }

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

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

 span { border-color: rgb(196,126,92); }

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