#C9825C

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

Shades of Burning Sand #C9825C

Tints of Burning Sand #C9825C

Color information

#C9825C (or 0xC9825C) is unknown color: approx Burning Sand. HEX triplet: C9, 82 and 5C. RGB value is (201,130,92). Sum of RGB (Red+Green+Blue) = 201+130+92=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9825C is #367DA3. Grayscale: #939393. Windows color (decimal): -3571108 or 6062793. OLE color: 6062793.

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

Color convert

RGB20113092-
CMYK00.350.540.21
HSL20.92º50.23%57.45%-
HSV(B)20.92º54.23%78.82%-
XYZ3429.1613.96-
YUV146.997.02166.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.52%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=47.52%
G=30.73%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011309200.350.540.2120.9250.2357.45
HexC9825C0233615153239
Octal3112021340436625256271
Binary1100100110000010101110001000111101101010110101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9825C; }

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

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

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

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

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

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

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

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