#CECAA0

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

Shades of Tahuna Sands #CECAA0

Tints of Tahuna Sands #CECAA0

Color information

#CECAA0 (or 0xCECAA0) is unknown color: approx Tahuna Sands. HEX triplet: CE, CA and A0. RGB value is (206,202,160). Sum of RGB (Red+Green+Blue) = 206+202+160=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAA0 is #31355F. Grayscale: #C6C6C6. Windows color (decimal): -3224928 or 10537678. OLE color: 10537678.

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

Color convert

RGB206202160-
CMYK00.020.220.19
HSL54.78º31.94%71.76%-
HSV(B)54.78º22.33%80.78%-
XYZ52.9257.941.64-
YUV198.41106.33133.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.27%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 160 (62.89% from 255) = 28.17%
R=36.27%
G=35.56%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620216000.020.220.1954.7831.9471.76
HexCECAA0021613372048
Octal3163122400226236740110
Binary11001110110010101010000001010110100111101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAA0; }

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

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

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

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

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

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

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

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