#C97F69

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

Shades of Burning Sand #C97F69

Tints of Burning Sand #C97F69

Color information

#C97F69 (or 0xC97F69) is unknown color: approx Burning Sand. HEX triplet: C9, 7F and 69. RGB value is (201,127,105). Sum of RGB (Red+Green+Blue) = 201+127+105=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F69 is #368096. Grayscale: #929292. Windows color (decimal): -3571863 or 6913993. OLE color: 6913993.

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

Color convert

RGB201127105-
CMYK00.370.480.21
HSL13.75º47.06%60%-
HSV(B)13.75º47.76%78.82%-
XYZ34.2328.6217.08-
YUV146.62104.52166.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.42%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=46.42%
G=29.33%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112710500.370.480.2113.7547.0660
HexC97F690253015e2f3c
Octal3111771510456025165774
Binary11001001111111111010010100101110000101011110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97F69; }

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

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

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

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

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

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

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

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