#C97F6D

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

Shades of Burning Sand #C97F6D

Tints of Burning Sand #C97F6D

Color information

#C97F6D (or 0xC97F6D) is unknown color: approx Burning Sand. HEX triplet: C9, 7F and 6D. RGB value is (201,127,109). Sum of RGB (Red+Green+Blue) = 201+127+109=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F6D is #368092. Grayscale: #939393. Windows color (decimal): -3571859 or 7176137. OLE color: 7176137.

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

Color convert

RGB201127109-
CMYK00.370.460.21
HSL11.74º46%60.78%-
HSV(B)11.74º45.77%78.82%-
XYZ34.4428.718.19-
YUV147.07106.52166.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.00%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=46.00%
G=29.06%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112710900.370.460.2111.744660.78
HexC97F6D0252E15c2e3d
Octal3111771550455625145675
Binary11001001111111111011010100101101110101011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97F6D; }

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

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

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

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

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

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

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

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