#C97F6C

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

Shades of Burning Sand #C97F6C

Tints of Burning Sand #C97F6C

Color information

#C97F6C (or 0xC97F6C) is unknown color: approx Burning Sand. HEX triplet: C9, 7F and 6C. RGB value is (201,127,108). Sum of RGB (Red+Green+Blue) = 201+127+108=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F6C is #368093. Grayscale: #939393. Windows color (decimal): -3571860 or 7110601. OLE color: 7110601.

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

Color convert

RGB201127108-
CMYK00.370.460.21
HSL12.26º46.27%60.59%-
HSV(B)12.26º46.27%78.82%-
XYZ34.3828.6817.91-
YUV146.96106.02166.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.10%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=46.10%
G=29.13%
B=24.77%

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
Decimal20112710800.370.460.2112.2646.2760.59
HexC97F6C0252E15c2e3d
Octal3111771540455625145675
Binary11001001111111111011000100101101110101011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97F6C; }

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

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

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

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

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

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

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

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