#C1856A

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

Shades of Burning Sand #C1856A

Tints of Burning Sand #C1856A

Color information

#C1856A (or 0xC1856A) is unknown color: approx Burning Sand. HEX triplet: C1, 85 and 6A. RGB value is (193,133,106). Sum of RGB (Red+Green+Blue) = 193+133+106=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1856A is #3E7A95. Grayscale: #949494. Windows color (decimal): -4094614 or 6981057. OLE color: 6981057.

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

Color convert

RGB193133106-
CMYK00.310.450.24
HSL18.62º41.23%58.63%-
HSV(B)18.62º45.08%75.69%-
XYZ32.9829.1517.52-
YUV147.86104.38160.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=44.68%
G=30.79%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313310600.310.450.2418.6241.2358.63
HexC1856A01F2D1813293b
Octal3012051520375530235173
Binary110000011000010111010100111111011011100010011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1856A; }

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

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

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

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

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

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

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

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