#C1846A

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

Shades of Burning Sand #C1846A

Tints of Burning Sand #C1846A

Color information

#C1846A (or 0xC1846A) is unknown color: approx Burning Sand. HEX triplet: C1, 84 and 6A. RGB value is (193,132,106). Sum of RGB (Red+Green+Blue) = 193+132+106=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1846A is #3E7B95. Grayscale: #939393. Windows color (decimal): -4094870 or 6980801. OLE color: 6980801.

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

Color convert

RGB193132106-
CMYK00.320.450.24
HSL17.93º41.23%58.63%-
HSV(B)17.93º45.08%75.69%-
XYZ32.8528.8817.48-
YUV147.28104.71160.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 106 (41.80% from 255) = 24.59%
R=44.78%
G=30.63%
B=24.59%

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
Decimal19313210600.320.450.2417.9341.2358.63
HexC1846A0202D1812293b
Octal3012041520405530225173
Binary1100000110000100110101001000001011011100010010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1846A; }

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

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

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

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

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

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

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

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