#CECA9B

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

Shades of Tahuna Sands #CECA9B

Tints of Tahuna Sands #CECA9B

Color information

#CECA9B (or 0xCECA9B) is unknown color: approx Tahuna Sands. HEX triplet: CE, CA and 9B. RGB value is (206,202,155). Sum of RGB (Red+Green+Blue) = 206+202+155=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECA9B is #313564. Grayscale: #C6C6C6. Windows color (decimal): -3224933 or 10209998. OLE color: 10209998.

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

Color convert

RGB206202155-
CMYK00.020.250.19
HSL55.29º34.23%70.78%-
HSV(B)55.29º24.76%80.78%-
XYZ52.4957.7339.39-
YUV197.84103.83133.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=36.59%
G=35.88%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620215500.020.250.1955.2934.2370.78
HexCECA9B021913372247
Octal3163122330231236742107
Binary11001110110010101001101101011001100111101111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECA9B; }

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

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

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

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

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

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

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

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