#C08368

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

Shades of Burning Sand #C08368

Tints of Burning Sand #C08368

Color information

#C08368 (or 0xC08368) is unknown color: approx Burning Sand. HEX triplet: C0, 83 and 68. RGB value is (192,131,104). Sum of RGB (Red+Green+Blue) = 192+131+104=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C08368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08368 is #3F7C97. Grayscale: #929292. Windows color (decimal): -4160664 or 6849472. OLE color: 6849472.

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

Color convert

RGB192131104-
CMYK00.320.460.25
HSL18.41º41.12%58.04%-
HSV(B)18.41º45.83%75.29%-
XYZ32.3528.4416.88-
YUV146.16104.21160.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 104 (41.02% from 255) = 24.36%
R=44.96%
G=30.68%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213110400.320.460.2518.4141.1258.04
HexC083680202E1912293a
Octal3002031500405631225172
Binary1100000010000011110100001000001011101100110010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08368; }

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

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

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

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

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

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

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

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