#C0896D

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

Shades of Burning Sand #C0896D

Tints of Burning Sand #C0896D

Color information

#C0896D (or 0xC0896D) is unknown color: approx Burning Sand. HEX triplet: C0, 89 and 6D. RGB value is (192,137,109). Sum of RGB (Red+Green+Blue) = 192+137+109=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0896D is #3F7692. Grayscale: #969696. Windows color (decimal): -4159123 or 7178688. OLE color: 7178688.

HSL color Cylindrical-coordinate representation of color #C0896D: hue angle of 20.24º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0896D is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192137109-
CMYK00.290.430.25
HSL20.24º39.71%59.02%-
HSV(B)20.24º43.23%75.29%-
XYZ33.4430.218.53-
YUV150.25104.72157.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=43.84%
G=31.28%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213710900.290.430.2520.2439.7159.02
HexC0896D01D2B1914283b
Octal3002111550355331245073
Binary110000001000100111011010111011010111100110100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0896D; }

 p { color: rgb(192,137,109); }

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

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

 a { background-color: rgb(192,137,109); }

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

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

 span { border-color: rgb(192,137,109); }

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