#CECA95

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

Shades of Tahuna Sands #CECA95

Tints of Tahuna Sands #CECA95

Color information

#CECA95 (or 0xCECA95) is unknown color: approx Tahuna Sands. HEX triplet: CE, CA and 95. RGB value is (206,202,149). Sum of RGB (Red+Green+Blue) = 206+202+149=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECA95 is #31356A. Grayscale: #C5C5C5. Windows color (decimal): -3224939 or 9816782. OLE color: 9816782.

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

Color convert

RGB206202149-
CMYK00.020.280.19
HSL55.79º36.77%69.61%-
HSV(B)55.79º27.67%80.78%-
XYZ5257.5336.8-
YUV197.15100.83134.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=36.98%
G=36.27%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620214900.020.280.1955.7936.7769.61
HexCECA95021C13382546
Octal3163122250234237045106
Binary11001110110010101001010101011100100111110001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECA95; }

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

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

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

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

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

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

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

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