#C08366

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

Shades of Burning Sand #C08366

Tints of Burning Sand #C08366

Color information

#C08366 (or 0xC08366) is unknown color: approx Burning Sand. HEX triplet: C0, 83 and 66. RGB value is (192,131,102). Sum of RGB (Red+Green+Blue) = 192+131+102=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C08366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08366 is #3F7C99. Grayscale: #929292. Windows color (decimal): -4160666 or 6718400. OLE color: 6718400.

HSL color Cylindrical-coordinate representation of color #C08366: hue angle of 19.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C08366 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB192131102-
CMYK00.320.470.25
HSL19.33º41.67%57.65%-
HSV(B)19.33º46.88%75.29%-
XYZ32.2528.416.35-
YUV145.93103.21160.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 102 (40.23% from 255) = 24%
R=45.18%
G=30.82%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213110200.320.470.2519.3341.6757.65
HexC083660202F19132a3a
Octal3002031460405731235272
Binary1100000010000011110011001000001011111100110011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08366; }

 p { color: rgb(192,131,102); }

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

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

 a { background-color: rgb(192,131,102); }

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

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

 span { border-color: rgb(192,131,102); }

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