#CEC296

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

Shades of Tahuna Sands #CEC296

Tints of Tahuna Sands #CEC296

Color information

#CEC296 (or 0xCEC296) is unknown color: approx Tahuna Sands. HEX triplet: CE, C2 and 96. RGB value is (206,194,150). Sum of RGB (Red+Green+Blue) = 206+194+150=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC296 is #313D69. Grayscale: #C0C0C0. Windows color (decimal): -3226986 or 9880270. OLE color: 9880270.

HSL color Cylindrical-coordinate representation of color #CEC296: hue angle of 47.14º 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 #CEC296 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB206194150-
CMYK00.060.270.19
HSL47.14º36.36%69.8%-
HSV(B)47.14º27.18%80.78%-
XYZ50.2553.9136.61-
YUV192.57103.98137.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 194 (76.17% from 255) = 35.27%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=37.45%
G=35.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619415000.060.270.1947.1436.3669.8
HexCEC296061B132f2446
Octal3163022260633235744106
Binary110011101100001010010110011011011100111011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC296; }

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

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

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

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

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

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

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

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