#C58268

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

Shades of Burning Sand #C58268

Tints of Burning Sand #C58268

Color information

#C58268 (or 0xC58268) is unknown color: approx Burning Sand. HEX triplet: C5, 82 and 68. RGB value is (197,130,104). Sum of RGB (Red+Green+Blue) = 197+130+104=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C58268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58268 is #3A7D97. Grayscale: #939393. Windows color (decimal): -3833240 or 6849221. OLE color: 6849221.

HSL color Cylindrical-coordinate representation of color #C58268: hue angle of 16.77º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C58268 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB197130104-
CMYK00.340.470.23
HSL16.77º44.5%59.02%-
HSV(B)16.77º47.21%77.25%-
XYZ33.5128.8416.9-
YUV147.07103.7163.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.71%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 104 (41.02% from 255) = 24.13%
R=45.71%
G=30.16%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713010400.340.470.2316.7744.559.02
HexC582680222F17112c3b
Octal3052021500425727215473
Binary1100010110000010110100001000101011111011110001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58268; }

 p { color: rgb(197,130,104); }

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

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

 a { background-color: rgb(197,130,104); }

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

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

 span { border-color: rgb(197,130,104); }

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