#C47D5A

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

Shades of Burning Sand #C47D5A

Tints of Burning Sand #C47D5A

Color information

#C47D5A (or 0xC47D5A) is unknown color: approx Burning Sand. HEX triplet: C4, 7D and 5A. RGB value is (196,125,90). Sum of RGB (Red+Green+Blue) = 196+125+90=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D5A is #3B82A5. Grayscale: #8E8E8E. Windows color (decimal): -3900070 or 5930436. OLE color: 5930436.

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

Color convert

RGB19612590-
CMYK00.360.540.23
HSL19.81º47.32%56.08%-
HSV(B)19.81º54.08%76.86%-
XYZ31.9427.1413.23-
YUV142.2498.52166.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 90 (35.55% from 255) = 21.90%
R=47.69%
G=30.41%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961259000.360.540.2319.8147.3256.08
HexC47D5A0243617142f38
Octal3041751320446627245770
Binary110001001111101101101001001001101101011110100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D5A; }

 p { color: rgb(196,125,90); }

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

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

 a { background-color: rgb(196,125,90); }

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

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

 span { border-color: rgb(196,125,90); }

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