#CEC694

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

Shades of Tahuna Sands #CEC694

Tints of Tahuna Sands #CEC694

Color information

#CEC694 (or 0xCEC694) is unknown color: approx Tahuna Sands. HEX triplet: CE, C6 and 94. RGB value is (206,198,148). Sum of RGB (Red+Green+Blue) = 206+198+148=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC694 is #31396B. Grayscale: #C2C2C2. Windows color (decimal): -3225964 or 9750222. OLE color: 9750222.

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

Color convert

RGB206198148-
CMYK00.040.280.19
HSL51.72º37.18%69.41%-
HSV(B)51.72º28.16%80.78%-
XYZ50.9955.6536.07-
YUV194.69101.65136.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 198 (77.73% from 255) = 35.87%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=37.32%
G=35.87%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619814800.040.280.1951.7237.1869.41
HexCEC694041C13342545
Octal3163062240434236445105
Binary110011101100011010010100010011100100111101001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC694; }

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

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

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

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

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

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

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

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