#C28461

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

Shades of Burning Sand #C28461

Tints of Burning Sand #C28461

Color information

#C28461 (or 0xC28461) is unknown color: approx Burning Sand. HEX triplet: C2, 84 and 61. RGB value is (194,132,97). Sum of RGB (Red+Green+Blue) = 194+132+97=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C28461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28461 is #3D7B9E. Grayscale: #929292. Windows color (decimal): -4029343 or 6390978. OLE color: 6390978.

HSL color Cylindrical-coordinate representation of color #C28461: hue angle of 21.65º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C28461 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19413297-
CMYK00.320.500.24
HSL21.65º44.29%57.06%-
HSV(B)21.65º50%76.08%-
XYZ32.6628.8315.15-
YUV146.55100.04161.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=45.86%
G=31.21%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941329700.320.500.2421.6544.2957.06
HexC284610203218162c39
Octal3022041410406230265471
Binary1100001010000100110000101000001100101100010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28461; }

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

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

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

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

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

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

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

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