#C2845C

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

Shades of Burning Sand #C2845C

Tints of Burning Sand #C2845C

Color information

#C2845C (or 0xC2845C) is unknown color: approx Burning Sand. HEX triplet: C2, 84 and 5C. RGB value is (194,132,92). Sum of RGB (Red+Green+Blue) = 194+132+92=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2845C is #3D7BA3. Grayscale: #929292. Windows color (decimal): -4029348 or 6063298. OLE color: 6063298.

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

Color convert

RGB19413292-
CMYK00.320.530.24
HSL23.53º45.54%56.08%-
HSV(B)23.53º52.58%76.08%-
XYZ32.4328.7413.96-
YUV145.9897.54162.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=46.41%
G=31.58%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941329200.320.530.2423.5345.5456.08
HexC2845C0203518182e38
Octal3022041340406530305670
Binary1100001010000100101110001000001101011100011000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2845C; }

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

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

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

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

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

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

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

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