#C1836A

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

Shades of Burning Sand #C1836A

Tints of Burning Sand #C1836A

Color information

#C1836A (or 0xC1836A) is unknown color: approx Burning Sand. HEX triplet: C1, 83 and 6A. RGB value is (193,131,106). Sum of RGB (Red+Green+Blue) = 193+131+106=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1836A is #3E7C95. Grayscale: #929292. Windows color (decimal): -4095126 or 6980545. OLE color: 6980545.

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

Color convert

RGB193131106-
CMYK00.320.450.24
HSL17.24º41.23%58.63%-
HSV(B)17.24º45.08%75.69%-
XYZ32.7128.6117.43-
YUV146.69105.04161.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 106 (41.80% from 255) = 24.65%
R=44.88%
G=30.47%
B=24.65%

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
Decimal19313110600.320.450.2417.2441.2358.63
HexC1836A0202D1811293b
Octal3012031520405530215173
Binary1100000110000011110101001000001011011100010001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1836A; }

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

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

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

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

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

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

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

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