#C68162

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

Shades of Burning Sand #C68162

Tints of Burning Sand #C68162

Color information

#C68162 (or 0xC68162) is unknown color: approx Burning Sand. HEX triplet: C6, 81 and 62. RGB value is (198,129,98). Sum of RGB (Red+Green+Blue) = 198+129+98=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C68162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68162 is #397E9D. Grayscale: #929292. Windows color (decimal): -3767966 or 6455750. OLE color: 6455750.

HSL color Cylindrical-coordinate representation of color #C68162: hue angle of 18.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C68162 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB19812998-
CMYK00.350.510.22
HSL18.6º46.73%58.04%-
HSV(B)18.6º50.51%77.65%-
XYZ33.3428.5915.32-
YUV146.1100.86165.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=46.59%
G=30.35%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981299800.350.510.2218.646.7358.04
HexC681620233316132f3a
Octal3062011420436326235772
Binary1100011010000001110001001000111100111011010011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68162; }

 p { color: rgb(198,129,98); }

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

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

 a { background-color: rgb(198,129,98); }

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

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

 span { border-color: rgb(198,129,98); }

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