#C08468

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

Shades of Burning Sand #C08468

Tints of Burning Sand #C08468

Color information

#C08468 (or 0xC08468) is unknown color: approx Burning Sand. HEX triplet: C0, 84 and 68. RGB value is (192,132,104). Sum of RGB (Red+Green+Blue) = 192+132+104=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C08468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08468 is #3F7B97. Grayscale: #929292. Windows color (decimal): -4160408 or 6849728. OLE color: 6849728.

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

Color convert

RGB192132104-
CMYK00.310.460.25
HSL19.09º41.12%58.04%-
HSV(B)19.09º45.83%75.29%-
XYZ32.4928.7116.93-
YUV146.75103.88160.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 104 (41.02% from 255) = 24.30%
R=44.86%
G=30.84%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213210400.310.460.2519.0941.1258.04
HexC0846801F2E1913293a
Octal3002041500375631235172
Binary110000001000010011010000111111011101100110011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08468; }

 p { color: rgb(192,132,104); }

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

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

 a { background-color: rgb(192,132,104); }

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

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

 span { border-color: rgb(192,132,104); }

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