#C2845D

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

Shades of Burning Sand #C2845D

Tints of Burning Sand #C2845D

Color information

#C2845D (or 0xC2845D) is unknown color: approx Burning Sand. HEX triplet: C2, 84 and 5D. RGB value is (194,132,93). Sum of RGB (Red+Green+Blue) = 194+132+93=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2845D is #3D7BA2. Grayscale: #929292. Windows color (decimal): -4029347 or 6128834. OLE color: 6128834.

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

Color convert

RGB19413293-
CMYK00.320.520.24
HSL23.17º45.29%56.27%-
HSV(B)23.17º52.06%76.08%-
XYZ32.4828.7614.2-
YUV146.0998.04162.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 132 (51.95% from 255) = 31.50%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=46.30%
G=31.50%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941329300.320.520.2423.1745.2956.27
HexC2845D0203418172d38
Octal3022041350406430275570
Binary1100001010000100101110101000001101001100010111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2845D; }

 p { color: rgb(194,132,93); }

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

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

 a { background-color: rgb(194,132,93); }

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

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

 span { border-color: rgb(194,132,93); }

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