#C18067

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

Shades of Burning Sand #C18067

Tints of Burning Sand #C18067

Color information

#C18067 (or 0xC18067) is unknown color: approx Burning Sand. HEX triplet: C1, 80 and 67. RGB value is (193,128,103). Sum of RGB (Red+Green+Blue) = 193+128+103=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C18067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18067 is #3E7F98. Grayscale: #909090. Windows color (decimal): -4095897 or 6783169. OLE color: 6783169.

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

Color convert

RGB193128103-
CMYK00.340.470.24
HSL16.67º42.06%58.04%-
HSV(B)16.67º46.63%75.69%-
XYZ32.1627.7616.49-
YUV144.58104.53162.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 103 (40.62% from 255) = 24.29%
R=45.52%
G=30.19%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312810300.340.470.2416.6742.0658.04
HexC180670222F18112a3a
Octal3012001470425730215272
Binary1100000110000000110011101000101011111100010001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18067; }

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

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

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

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

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

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

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

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