#C18064

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

Shades of Burning Sand #C18064

Tints of Burning Sand #C18064

Color information

#C18064 (or 0xC18064) is unknown color: approx Burning Sand. HEX triplet: C1, 80 and 64. RGB value is (193,128,100). Sum of RGB (Red+Green+Blue) = 193+128+100=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C18064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18064 is #3E7F9B. Grayscale: #909090. Windows color (decimal): -4095900 or 6586561. OLE color: 6586561.

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

Color convert

RGB193128100-
CMYK00.340.480.24
HSL18.06º42.86%57.45%-
HSV(B)18.06º48.19%75.69%-
XYZ32.0127.715.72-
YUV144.24103.03162.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=45.84%
G=30.40%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312810000.340.480.2418.0642.8657.45
HexC180640223018122b39
Octal3012001440426030225371
Binary1100000110000000110010001000101100001100010010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18064; }

 p { color: rgb(193,128,100); }

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

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

 a { background-color: rgb(193,128,100); }

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

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

 span { border-color: rgb(193,128,100); }

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