#c47e5f

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

Shades of Burning Sand #C47E5F

Tints of Burning Sand #C47E5F

Color information

#C47E5F (or 0xC47E5F) is unknown color: approx Burning Sand. HEX triplet: C4, 7E and 5F. RGB value is (196,126,95). Sum of RGB (Red+Green+Blue) = 196+126+95=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E5F is #3B81A0. Grayscale: #8F8F8F. Windows color (decimal): -3899809 or 6258372. OLE color: 6258372.

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

Color convert

RGB19612695-
CMYK00.360.520.23
HSL18.42º46.12%57.06%-
HSV(B)18.42º51.53%76.86%-
XYZ32.2927.4814.43-
YUV143.4100.69165.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 95 (37.5% from 255) = 22.78%
R=47.00%
G=30.22%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961269500.360.520.2318.4246.1257.06
HexC47E5F0243417122e39
Octal3041761370446427225671
Binary110001001111110101111101001001101001011110010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c47e5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c47e5f; }

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

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

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

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

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

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

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

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