#C18469

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

Shades of Burning Sand #C18469

Tints of Burning Sand #C18469

Color information

#C18469 (or 0xC18469) is unknown color: approx Burning Sand. HEX triplet: C1, 84 and 69. RGB value is (193,132,105). Sum of RGB (Red+Green+Blue) = 193+132+105=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C18469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18469 is #3E7B96. Grayscale: #939393. Windows color (decimal): -4094871 or 6915265. OLE color: 6915265.

HSL color Cylindrical-coordinate representation of color #C18469: hue angle of 18.41º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C18469 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB193132105-
CMYK00.320.460.24
HSL18.41º41.51%58.43%-
HSV(B)18.41º45.6%75.69%-
XYZ32.7928.8617.21-
YUV147.16104.21160.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=44.88%
G=30.70%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313210500.320.460.2418.4141.5158.43
HexC184690202E18122a3a
Octal3012041510405630225272
Binary1100000110000100110100101000001011101100010010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18469; }

 p { color: rgb(193,132,105); }

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

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

 a { background-color: rgb(193,132,105); }

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

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

 span { border-color: rgb(193,132,105); }

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