#C18467

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

Shades of Burning Sand #C18467

Tints of Burning Sand #C18467

Color information

#C18467 (or 0xC18467) is unknown color: approx Burning Sand. HEX triplet: C1, 84 and 67. RGB value is (193,132,103). Sum of RGB (Red+Green+Blue) = 193+132+103=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C18467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18467 is #3E7B98. Grayscale: #939393. Windows color (decimal): -4094873 or 6784193. OLE color: 6784193.

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

Color convert

RGB193132103-
CMYK00.320.470.24
HSL19.33º42.06%58.04%-
HSV(B)19.33º46.63%75.69%-
XYZ32.6928.8216.67-
YUV146.93103.21160.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.09%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 103 (40.62% from 255) = 24.07%
R=45.09%
G=30.84%
B=24.07%

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
Decimal19313210300.320.470.2419.3342.0658.04
HexC184670202F18132a3a
Octal3012041470405730235272
Binary1100000110000100110011101000001011111100010011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18467; }

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

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

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

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

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

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

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

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