#C08768

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

Shades of Burning Sand #C08768

Tints of Burning Sand #C08768

Color information

#C08768 (or 0xC08768) is unknown color: approx Burning Sand. HEX triplet: C0, 87 and 68. RGB value is (192,135,104). Sum of RGB (Red+Green+Blue) = 192+135+104=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C08768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08768 is #3F7897. Grayscale: #949494. Windows color (decimal): -4159640 or 6850496. OLE color: 6850496.

HSL color Cylindrical-coordinate representation of color #C08768: hue angle of 21.14º 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 #C08768 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB192135104-
CMYK00.300.460.25
HSL21.14º41.12%58.04%-
HSV(B)21.14º45.83%75.29%-
XYZ32.929.5317.06-
YUV148.51102.88159.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 104 (41.02% from 255) = 24.13%
R=44.55%
G=31.32%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213510400.300.460.2521.1441.1258.04
HexC0876801E2E1915293a
Octal3002071500365631255172
Binary110000001000011111010000111101011101100110101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08768; }

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

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

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

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

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

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

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

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