#CEC494

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

Shades of Tahuna Sands #CEC494

Tints of Tahuna Sands #CEC494

Color information

#CEC494 (or 0xCEC494) is unknown color: approx Tahuna Sands. HEX triplet: CE, C4 and 94. RGB value is (206,196,148). Sum of RGB (Red+Green+Blue) = 206+196+148=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC494 is #313B6B. Grayscale: #C1C1C1. Windows color (decimal): -3226476 or 9749710. OLE color: 9749710.

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

Color convert

RGB206196148-
CMYK00.050.280.19
HSL49.66º37.18%69.41%-
HSV(B)49.66º28.16%80.78%-
XYZ50.5454.7435.92-
YUV193.52102.31136.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 148 (58.20% from 255) = 26.91%
R=37.45%
G=35.64%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619614800.050.280.1949.6637.1869.41
HexCEC494051C13322545
Octal3163042240534236245105
Binary110011101100010010010100010111100100111100101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC494; }

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

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

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

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

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

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

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

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