#CEC496

Color #CEC496 Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #CEC496

Tints of Tahuna Sands #CEC496

Color information

#CEC496 (or 0xCEC496) is unknown color: approx Tahuna Sands. HEX triplet: CE, C4 and 96. RGB value is (206,196,150). Sum of RGB (Red+Green+Blue) = 206+196+150=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC496 is #313B69. Grayscale: #C1C1C1. Windows color (decimal): -3226474 or 9880782. OLE color: 9880782.

HSL color Cylindrical-coordinate representation of color #CEC496: hue angle of 49.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEC496 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB206196150-
CMYK00.050.270.19
HSL49.29º36.36%69.8%-
HSV(B)49.29º27.18%80.78%-
XYZ50.754.836.76-
YUV193.75103.31136.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 196 (76.95% from 255) = 35.51%
BLUE value IS 150 (58.98% from 255) = 27.17%
R=37.32%
G=35.51%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619615000.050.270.1949.2936.3669.8
HexCEC496051B13312446
Octal3163042260533236144106
Binary110011101100010010010110010111011100111100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC496; }

 p { color: rgb(206,196,150); }

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

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

 a { background-color: rgb(206,196,150); }

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

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

 span { border-color: rgb(206,196,150); }

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