#C28265

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

Shades of Burning Sand #C28265

Tints of Burning Sand #C28265

Color information

#C28265 (or 0xC28265) is unknown color: approx Burning Sand. HEX triplet: C2, 82 and 65. RGB value is (194,130,101). Sum of RGB (Red+Green+Blue) = 194+130+101=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C28265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28265 is #3D7D9A. Grayscale: #929292. Windows color (decimal): -4029851 or 6652610. OLE color: 6652610.

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

Color convert

RGB194130101-
CMYK00.330.480.24
HSL18.71º43.26%57.84%-
HSV(B)18.71º47.94%76.08%-
XYZ32.5828.3716.07-
YUV145.83102.7162.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=45.65%
G=30.59%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413010100.330.480.2418.7143.2657.84
HexC282650213018132b3a
Octal3022021450416030235372
Binary1100001010000010110010101000011100001100010011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28265; }

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

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

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

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

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

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

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

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