#C1836B

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

Shades of Burning Sand #C1836B

Tints of Burning Sand #C1836B

Color information

#C1836B (or 0xC1836B) is unknown color: approx Burning Sand. HEX triplet: C1, 83 and 6B. RGB value is (193,131,107). Sum of RGB (Red+Green+Blue) = 193+131+107=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1836B is #3E7C94. Grayscale: #929292. Windows color (decimal): -4095125 or 7046081. OLE color: 7046081.

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

Color convert

RGB193131107-
CMYK00.320.450.24
HSL16.74º40.95%58.82%-
HSV(B)16.74º44.56%75.69%-
XYZ32.7628.6317.71-
YUV146.8105.54160.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 131 (51.56% from 255) = 30.39%
BLUE value IS 107 (42.19% from 255) = 24.83%
R=44.78%
G=30.39%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313110700.320.450.2416.7440.9558.82
HexC1836B0202D1811293b
Octal3012031530405530215173
Binary1100000110000011110101101000001011011100010001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1836B; }

 p { color: rgb(193,131,107); }

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

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

 a { background-color: rgb(193,131,107); }

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

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

 span { border-color: rgb(193,131,107); }

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