#C47C69

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

Shades of Burning Sand #C47C69

Tints of Burning Sand #C47C69

Color information

#C47C69 (or 0xC47C69) is unknown color: approx Burning Sand. HEX triplet: C4, 7C and 69. RGB value is (196,124,105). Sum of RGB (Red+Green+Blue) = 196+124+105=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C69 is #3B8396. Grayscale: #8F8F8F. Windows color (decimal): -3900311 or 6913220. OLE color: 6913220.

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

Color convert

RGB196124105-
CMYK00.370.460.23
HSL12.53º43.54%59.02%-
HSV(B)12.53º46.43%76.86%-
XYZ32.5227.1716.9-
YUV143.36106.35165.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=46.12%
G=29.18%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612410500.370.460.2312.5343.5459.02
HexC47C690252E17d2c3b
Octal3041741510455627155473
Binary11000100111110011010010100101101110101111101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47C69; }

 p { color: rgb(196,124,105); }

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

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

 a { background-color: rgb(196,124,105); }

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

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

 span { border-color: rgb(196,124,105); }

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