#CECC9B

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

Shades of Tahuna Sands #CECC9B

Tints of Tahuna Sands #CECC9B

Color information

#CECC9B (or 0xCECC9B) is unknown color: approx Tahuna Sands. HEX triplet: CE, CC and 9B. RGB value is (206,204,155). Sum of RGB (Red+Green+Blue) = 206+204+155=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC9B is #313364. Grayscale: #C7C7C7. Windows color (decimal): -3224421 or 10210510. OLE color: 10210510.

HSL color Cylindrical-coordinate representation of color #CECC9B: hue angle of 57.65º degrees, saturation: 0.34, 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 #CECC9B is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB206204155-
CMYK00.010.250.19
HSL57.65º34.23%70.78%-
HSV(B)57.65º24.76%80.78%-
XYZ52.9658.6739.54-
YUV199.01103.16132.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 155 (60.94% from 255) = 27.43%
R=36.46%
G=36.11%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620415500.010.250.1957.6534.2370.78
HexCECC9B0119133a2247
Octal3163142330131237242107
Binary1100111011001100100110110111001100111110101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECC9B; }

 p { color: rgb(206,204,155); }

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

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

 a { background-color: rgb(206,204,155); }

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

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

 span { border-color: rgb(206,204,155); }

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