#C97F5A

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

Shades of Burning Sand #C97F5A

Tints of Burning Sand #C97F5A

Color information

#C97F5A (or 0xC97F5A) is unknown color: approx Burning Sand. HEX triplet: C9, 7F and 5A. RGB value is (201,127,90). Sum of RGB (Red+Green+Blue) = 201+127+90=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F5A is #3680A5. Grayscale: #919191. Windows color (decimal): -3571878 or 5930953. OLE color: 5930953.

HSL color Cylindrical-coordinate representation of color #C97F5A: hue angle of 20º degrees, saturation: 0.51, 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 #C97F5A is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20112790-
CMYK00.370.550.21
HSL20º50.68%57.06%-
HSV(B)20º55.22%78.82%-
XYZ33.5228.3313.38-
YUV144.9197.02168.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.09%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 90 (35.55% from 255) = 21.53%
R=48.09%
G=30.38%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011279000.370.550.212050.6857.06
HexC97F5A0253715143339
Octal3111771320456725246371
Binary110010011111111101101001001011101111010110100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97F5A; }

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

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

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

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

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

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

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

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