#C97F5D

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

Shades of Burning Sand #C97F5D

Tints of Burning Sand #C97F5D

Color information

#C97F5D (or 0xC97F5D) is unknown color: approx Burning Sand. HEX triplet: C9, 7F and 5D. RGB value is (201,127,93). Sum of RGB (Red+Green+Blue) = 201+127+93=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F5D is #3680A2. Grayscale: #919191. Windows color (decimal): -3571875 or 6127561. OLE color: 6127561.

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

Color convert

RGB20112793-
CMYK00.370.540.21
HSL18.89º50%57.65%-
HSV(B)18.89º53.73%78.82%-
XYZ33.6528.3914.06-
YUV145.2598.52167.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 93 (36.72% from 255) = 22.09%
R=47.74%
G=30.17%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011279300.370.540.2118.895057.65
HexC97F5D025361513323a
Octal3111771350456625236272
Binary110010011111111101110101001011101101010110011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97F5D; }

 p { color: rgb(201,127,93); }

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

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

 a { background-color: rgb(201,127,93); }

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

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

 span { border-color: rgb(201,127,93); }

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