#CECD9A

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

Shades of Tahuna Sands #CECD9A

Tints of Tahuna Sands #CECD9A

Color information

#CECD9A (or 0xCECD9A) is unknown color: approx Tahuna Sands. HEX triplet: CE, CD and 9A. RGB value is (206,205,154). Sum of RGB (Red+Green+Blue) = 206+205+154=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD9A is #313265. Grayscale: #C7C7C7. Windows color (decimal): -3224166 or 10145230. OLE color: 10145230.

HSL color Cylindrical-coordinate representation of color #CECD9A: hue angle of 58.85º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CECD9A is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB206205154-
CMYK00.000.250.19
HSL58.85º34.67%70.59%-
HSV(B)58.85º25.24%80.78%-
XYZ53.1259.1239.18-
YUV199.48102.33132.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 154 (60.55% from 255) = 27.26%
R=36.46%
G=36.28%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620515400.000.250.1958.8534.6770.59
HexCECD9A0019133b2347
Octal3163152320031237343107
Binary1100111011001101100110100011001100111110111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECD9A; }

 p { color: rgb(206,205,154); }

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

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

 a { background-color: rgb(206,205,154); }

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

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

 span { border-color: rgb(206,205,154); }

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