#CEC49B

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

Shades of Tahuna Sands #CEC49B

Tints of Tahuna Sands #CEC49B

Color information

#CEC49B (or 0xCEC49B) is unknown color: approx Tahuna Sands. HEX triplet: CE, C4 and 9B. RGB value is (206,196,155). Sum of RGB (Red+Green+Blue) = 206+196+155=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC49B is #313B64. Grayscale: #C2C2C2. Windows color (decimal): -3226469 or 10208462. OLE color: 10208462.

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

Color convert

RGB206196155-
CMYK00.050.250.19
HSL48.24º34.23%70.78%-
HSV(B)48.24º24.76%80.78%-
XYZ51.1154.9738.93-
YUV194.32105.81136.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 155 (60.94% from 255) = 27.83%
R=36.98%
G=35.19%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619615500.050.250.1948.2434.2370.78
HexCEC49B051913302247
Octal3163042330531236042107
Binary110011101100010010011011010111001100111100001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC49B; }

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

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

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

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

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

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

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

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