#C18768

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

Shades of Burning Sand #C18768

Tints of Burning Sand #C18768

Color information

#C18768 (or 0xC18768) is unknown color: approx Burning Sand. HEX triplet: C1, 87 and 68. RGB value is (193,135,104). Sum of RGB (Red+Green+Blue) = 193+135+104=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C18768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18768 is #3E7897. Grayscale: #949494. Windows color (decimal): -4094104 or 6850497. OLE color: 6850497.

HSL color Cylindrical-coordinate representation of color #C18768: hue angle of 20.9º 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 #C18768 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB193135104-
CMYK00.300.460.24
HSL20.9º41.78%58.24%-
HSV(B)20.9º46.11%75.69%-
XYZ33.1529.6617.08-
YUV148.81102.72159.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 104 (41.02% from 255) = 24.07%
R=44.68%
G=31.25%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313510400.300.460.2420.941.7858.24
HexC1876801E2E18152a3a
Octal3012071500365630255272
Binary110000011000011111010000111101011101100010101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18768; }

 p { color: rgb(193,135,104); }

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

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

 a { background-color: rgb(193,135,104); }

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

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

 span { border-color: rgb(193,135,104); }

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