#C9896A

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

Shades of Burning Sand #C9896A

Tints of Burning Sand #C9896A

Color information

#C9896A (or 0xC9896A) is unknown color: approx Burning Sand. HEX triplet: C9, 89 and 6A. RGB value is (201,137,106). Sum of RGB (Red+Green+Blue) = 201+137+106=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9896A is #367695. Grayscale: #989898. Windows color (decimal): -3569302 or 6982089. OLE color: 6982089.

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

Color convert

RGB201137106-
CMYK00.320.470.21
HSL19.58º46.8%60.2%-
HSV(B)19.58º47.26%78.82%-
XYZ35.6331.3517.81-
YUV152.6101.7162.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 106 (41.80% from 255) = 23.87%
R=45.27%
G=30.86%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113710600.320.470.2119.5846.860.2
HexC9896A0202F15142f3c
Octal3112111520405725245774
Binary1100100110001001110101001000001011111010110100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9896A; }

 p { color: rgb(201,137,106); }

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

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

 a { background-color: rgb(201,137,106); }

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

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

 span { border-color: rgb(201,137,106); }

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