#C97D6C

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

Shades of Burning Sand #C97D6C

Tints of Burning Sand #C97D6C

Color information

#C97D6C (or 0xC97D6C) is unknown color: approx Burning Sand. HEX triplet: C9, 7D and 6C. RGB value is (201,125,108). Sum of RGB (Red+Green+Blue) = 201+125+108=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97D6C is #368293. Grayscale: #919191. Windows color (decimal): -3572372 or 7110089. OLE color: 7110089.

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

Color convert

RGB201125108-
CMYK00.380.460.21
HSL10.97º46.27%60.59%-
HSV(B)10.97º46.27%78.82%-
XYZ34.1328.1717.83-
YUV145.79106.68167.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.31%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=46.31%
G=28.80%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112510800.380.460.2110.9746.2760.59
HexC97D6C0262E15b2e3d
Octal3111751540465625135675
Binary11001001111110111011000100110101110101011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97D6C; }

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

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

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

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

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

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

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

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