#C98455

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

Shades of Burning Sand #C98455

Tints of Burning Sand #C98455

Color information

#C98455 (or 0xC98455) is unknown color: approx Burning Sand. HEX triplet: C9, 84 and 55. RGB value is (201,132,85). Sum of RGB (Red+Green+Blue) = 201+132+85=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C98455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98455 is #367BAA. Grayscale: #939393. Windows color (decimal): -3570603 or 5604553. OLE color: 5604553.

HSL color Cylindrical-coordinate representation of color #C98455: hue angle of 24.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C98455 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB20113285-
CMYK00.340.580.21
HSL24.31º51.79%56.08%-
HSV(B)24.31º57.71%78.82%-
XYZ33.9829.5812.51-
YUV147.2792.86166.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.09%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=48.09%
G=31.58%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011328500.340.580.2124.3151.7956.08
HexC984550223A15183438
Octal3112041250427225306470
Binary1100100110000100101010101000101110101010111000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98455; }

 p { color: rgb(201,132,85); }

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

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

 a { background-color: rgb(201,132,85); }

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

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

 span { border-color: rgb(201,132,85); }

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