#C1886D

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

Shades of Burning Sand #C1886D

Tints of Burning Sand #C1886D

Color information

#C1886D (or 0xC1886D) is unknown color: approx Burning Sand. HEX triplet: C1, 88 and 6D. RGB value is (193,136,109). Sum of RGB (Red+Green+Blue) = 193+136+109=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C1886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1886D is #3E7792. Grayscale: #969696. Windows color (decimal): -4093843 or 7178433. OLE color: 7178433.

HSL color Cylindrical-coordinate representation of color #C1886D: hue angle of 19.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1886D is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB193136109-
CMYK00.300.440.24
HSL19.29º40.38%59.22%-
HSV(B)19.29º43.52%75.69%-
XYZ33.5630.0518.5-
YUV149.96104.88158.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.06%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=44.06%
G=31.05%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313610900.300.440.2419.2940.3859.22
HexC1886D01E2C1813283b
Octal3012101550365430235073
Binary110000011000100011011010111101011001100010011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1886D; }

 p { color: rgb(193,136,109); }

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

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

 a { background-color: rgb(193,136,109); }

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

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

 span { border-color: rgb(193,136,109); }

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