#C18667

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

Shades of Burning Sand #C18667

Tints of Burning Sand #C18667

Color information

#C18667 (or 0xC18667) is unknown color: approx Burning Sand. HEX triplet: C1, 86 and 67. RGB value is (193,134,103). Sum of RGB (Red+Green+Blue) = 193+134+103=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C18667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18667 is #3E7998. Grayscale: #949494. Windows color (decimal): -4094361 or 6784705. OLE color: 6784705.

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

Color convert

RGB193134103-
CMYK00.310.470.24
HSL20.67º42.06%58.04%-
HSV(B)20.67º46.63%75.69%-
XYZ32.9729.3716.76-
YUV148.11102.55160.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 103 (40.62% from 255) = 23.95%
R=44.88%
G=31.16%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313410300.310.470.2420.6742.0658.04
HexC1866701F2F18152a3a
Octal3012061470375730255272
Binary110000011000011011001110111111011111100010101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18667; }

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

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

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

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

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

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

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

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