#C18465

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

Shades of Burning Sand #C18465

Tints of Burning Sand #C18465

Color information

#C18465 (or 0xC18465) is unknown color: approx Burning Sand. HEX triplet: C1, 84 and 65. RGB value is (193,132,101). Sum of RGB (Red+Green+Blue) = 193+132+101=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C18465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18465 is #3E7B9A. Grayscale: #929292. Windows color (decimal): -4094875 or 6653121. OLE color: 6653121.

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

Color convert

RGB193132101-
CMYK00.320.480.24
HSL20.22º42.59%57.65%-
HSV(B)20.22º47.67%75.69%-
XYZ32.5928.7816.15-
YUV146.71102.21161.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.31%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=45.31%
G=30.99%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313210100.320.480.2420.2242.5957.65
HexC184650203018142b3a
Octal3012041450406030245372
Binary1100000110000100110010101000001100001100010100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18465; }

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

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

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

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

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

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

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

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