#C18466

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

Shades of Burning Sand #C18466

Tints of Burning Sand #C18466

Color information

#C18466 (or 0xC18466) is unknown color: approx Burning Sand. HEX triplet: C1, 84 and 66. RGB value is (193,132,102). Sum of RGB (Red+Green+Blue) = 193+132+102=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C18466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18466 is #3E7B99. Grayscale: #939393. Windows color (decimal): -4094874 or 6718657. OLE color: 6718657.

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

Color convert

RGB193132102-
CMYK00.320.470.24
HSL19.78º42.33%57.84%-
HSV(B)19.78º47.15%75.69%-
XYZ32.6428.816.41-
YUV146.82102.71160.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.20%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=45.20%
G=30.91%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313210200.320.470.2419.7842.3357.84
HexC184660202F18142a3a
Octal3012041460405730245272
Binary1100000110000100110011001000001011111100010100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18466; }

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

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

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

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

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

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

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

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