#CEC8A0

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

Shades of Tahuna Sands #CEC8A0

Tints of Tahuna Sands #CEC8A0

Color information

#CEC8A0 (or 0xCEC8A0) is unknown color: approx Tahuna Sands. HEX triplet: CE, C8 and A0. RGB value is (206,200,160). Sum of RGB (Red+Green+Blue) = 206+200+160=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8A0 is #31375F. Grayscale: #C5C5C5. Windows color (decimal): -3225440 or 10537166. OLE color: 10537166.

HSL color Cylindrical-coordinate representation of color #CEC8A0: hue angle of 52.17º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEC8A0 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB206200160-
CMYK00.030.220.19
HSL52.17º31.94%71.76%-
HSV(B)52.17º22.33%80.78%-
XYZ52.4556.9741.49-
YUV197.23106.99134.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.40%
GREEN value IS 200 (78.52% from 255) = 35.34%
BLUE value IS 160 (62.89% from 255) = 28.27%
R=36.40%
G=35.34%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620016000.030.220.1952.1731.9471.76
HexCEC8A0031613342048
Octal3163102400326236440110
Binary11001110110010001010000001110110100111101001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8A0; }

 p { color: rgb(206,200,160); }

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

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

 a { background-color: rgb(206,200,160); }

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

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

 span { border-color: rgb(206,200,160); }

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