#C08662

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

Shades of Burning Sand #C08662

Tints of Burning Sand #C08662

Color information

#C08662 (or 0xC08662) is unknown color: approx Burning Sand. HEX triplet: C0, 86 and 62. RGB value is (192,134,98). Sum of RGB (Red+Green+Blue) = 192+134+98=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C08662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08662 is #3F799D. Grayscale: #939393. Windows color (decimal): -4159902 or 6457024. OLE color: 6457024.

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

Color convert

RGB19213498-
CMYK00.300.490.25
HSL22.98º42.73%56.86%-
HSV(B)22.98º48.96%75.29%-
XYZ32.4729.1415.47-
YUV147.24100.22159.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.28%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 98 (38.67% from 255) = 23.11%
R=45.28%
G=31.60%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921349800.300.490.2522.9842.7356.86
HexC0866201E3119172b39
Octal3002061420366131275371
Binary110000001000011011000100111101100011100110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08662; }

 p { color: rgb(192,134,98); }

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

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

 a { background-color: rgb(192,134,98); }

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

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

 span { border-color: rgb(192,134,98); }

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