#C28263

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

Shades of Burning Sand #C28263

Tints of Burning Sand #C28263

Color information

#C28263 (or 0xC28263) is unknown color: approx Burning Sand. HEX triplet: C2, 82 and 63. RGB value is (194,130,99). Sum of RGB (Red+Green+Blue) = 194+130+99=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C28263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28263 is #3D7D9C. Grayscale: #919191. Windows color (decimal): -4029853 or 6521538. OLE color: 6521538.

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

Color convert

RGB19413099-
CMYK00.330.490.24
HSL19.58º43.78%57.45%-
HSV(B)19.58º48.97%76.08%-
XYZ32.4828.3415.56-
YUV145.6101.7162.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=45.86%
G=30.73%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941309900.330.490.2419.5843.7857.45
HexC282630213118142c39
Octal3022021430416130245471
Binary1100001010000010110001101000011100011100010100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28263; }

 p { color: rgb(194,130,99); }

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

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

 a { background-color: rgb(194,130,99); }

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

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

 span { border-color: rgb(194,130,99); }

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