#C28258

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

Shades of Burning Sand #C28258

Tints of Burning Sand #C28258

Color information

#C28258 (or 0xC28258) is unknown color: approx Burning Sand. HEX triplet: C2, 82 and 58. RGB value is (194,130,88). Sum of RGB (Red+Green+Blue) = 194+130+88=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C28258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28258 is #3D7DA7. Grayscale: #909090. Windows color (decimal): -4029864 or 5800642. OLE color: 5800642.

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

Color convert

RGB19413088-
CMYK00.330.550.24
HSL23.77º46.49%55.29%-
HSV(B)23.77º54.64%76.08%-
XYZ31.9928.1412.98-
YUV144.3596.2163.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 88 (34.77% from 255) = 21.36%
R=47.09%
G=31.55%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941308800.330.550.2423.7746.4955.29
HexC282580213718182e37
Octal3022021300416730305667
Binary1100001010000010101100001000011101111100011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28258; }

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

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

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

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

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

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

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

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