#CECA94

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

Shades of Tahuna Sands #CECA94

Tints of Tahuna Sands #CECA94

Color information

#CECA94 (or 0xCECA94) is unknown color: approx Tahuna Sands. HEX triplet: CE, CA and 94. RGB value is (206,202,148). Sum of RGB (Red+Green+Blue) = 206+202+148=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECA94 is #31356B. Grayscale: #C5C5C5. Windows color (decimal): -3224940 or 9751246. OLE color: 9751246.

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

Color convert

RGB206202148-
CMYK00.020.280.19
HSL55.86º37.18%69.41%-
HSV(B)55.86º28.16%80.78%-
XYZ51.9257.536.38-
YUV197.04100.33134.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 148 (58.20% from 255) = 26.62%
R=37.05%
G=36.33%
B=26.62%

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
Decimal20620214800.020.280.1955.8637.1869.41
HexCECA94021C13382545
Octal3163122240234237045105
Binary11001110110010101001010001011100100111110001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECA94; }

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

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

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

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

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

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

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

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