#C98472

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

Shades of Burning Sand #C98472

Tints of Burning Sand #C98472

Color information

#C98472 (or 0xC98472) is unknown color: approx Burning Sand. HEX triplet: C9, 84 and 72. RGB value is (201,132,114). Sum of RGB (Red+Green+Blue) = 201+132+114=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C98472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98472 is #367B8D. Grayscale: #969696. Windows color (decimal): -3570574 or 7505097. OLE color: 7505097.

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

Color convert

RGB201132114-
CMYK00.340.430.21
HSL12.41º44.62%61.76%-
HSV(B)12.41º43.28%78.82%-
XYZ35.3830.1319.87-
YUV150.58107.36163.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=44.97%
G=29.53%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113211400.340.430.2112.4144.6261.76
HexC984720222B15c2d3e
Octal3112041620425325145576
Binary110010011000010011100100100010101011101011100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98472; }

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

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

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

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

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

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

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

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