#C68161

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

Shades of Burning Sand #C68161

Tints of Burning Sand #C68161

Color information

#C68161 (or 0xC68161) is unknown color: approx Burning Sand. HEX triplet: C6, 81 and 61. RGB value is (198,129,97). Sum of RGB (Red+Green+Blue) = 198+129+97=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C68161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68161 is #397E9E. Grayscale: #929292. Windows color (decimal): -3767967 or 6390214. OLE color: 6390214.

HSL color Cylindrical-coordinate representation of color #C68161: hue angle of 19.01º 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 #C68161 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB19812997-
CMYK00.350.510.22
HSL19.01º46.98%57.84%-
HSV(B)19.01º51.01%77.65%-
XYZ33.328.5715.07-
YUV145.98100.36165.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 97 (38.28% from 255) = 22.88%
R=46.70%
G=30.42%
B=22.88%

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
Decimal1981299700.350.510.2219.0146.9857.84
HexC681610233316132f3a
Octal3062011410436326235772
Binary1100011010000001110000101000111100111011010011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68161; }

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

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

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

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

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

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

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

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