#C9825B

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

Shades of Burning Sand #C9825B

Tints of Burning Sand #C9825B

Color information

#C9825B (or 0xC9825B) is unknown color: approx Burning Sand. HEX triplet: C9, 82 and 5B. RGB value is (201,130,91). Sum of RGB (Red+Green+Blue) = 201+130+91=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9825B is #367DA4. Grayscale: #939393. Windows color (decimal): -3571109 or 5997257. OLE color: 5997257.

HSL color Cylindrical-coordinate representation of color #C9825B: hue angle of 21.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9825B is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20113091-
CMYK00.350.550.21
HSL21.27º50.46%57.25%-
HSV(B)21.27º54.73%78.82%-
XYZ33.9629.1413.73-
YUV146.7896.52166.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.63%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 91 (35.94% from 255) = 21.56%
R=47.63%
G=30.81%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011309100.350.550.2121.2750.4657.25
HexC9825B0233715153239
Octal3112021330436725256271
Binary1100100110000010101101101000111101111010110101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9825B; }

 p { color: rgb(201,130,91); }

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

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

 a { background-color: rgb(201,130,91); }

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

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

 span { border-color: rgb(201,130,91); }

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