#C97F65

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

Shades of Burning Sand #C97F65

Tints of Burning Sand #C97F65

Color information

#C97F65 (or 0xC97F65) is unknown color: approx Burning Sand. HEX triplet: C9, 7F and 65. RGB value is (201,127,101). Sum of RGB (Red+Green+Blue) = 201+127+101=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F65 is #36809A. Grayscale: #929292. Windows color (decimal): -3571867 or 6651849. OLE color: 6651849.

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

Color convert

RGB201127101-
CMYK00.370.500.21
HSL15.6º48.08%59.22%-
HSV(B)15.6º49.75%78.82%-
XYZ34.0328.5416.03-
YUV146.16102.52167.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.85%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=46.85%
G=29.60%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112710100.370.500.2115.648.0859.22
HexC97F65025321510303b
Octal3111771450456225206073
Binary110010011111111110010101001011100101010110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97F65; }

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

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

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

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

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

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

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

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