#CECCA2

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

Shades of Tahuna Sands #CECCA2

Tints of Tahuna Sands #CECCA2

Color information

#CECCA2 (or 0xCECCA2) is unknown color: approx Tahuna Sands. HEX triplet: CE, CC and A2. RGB value is (206,204,162). Sum of RGB (Red+Green+Blue) = 206+204+162=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECCA2 is #31335D. Grayscale: #C7C7C7. Windows color (decimal): -3224414 or 10669262. OLE color: 10669262.

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

Color convert

RGB206204162-
CMYK00.010.210.19
HSL57.27º30.99%72.16%-
HSV(B)57.27º21.36%80.78%-
XYZ53.5758.9242.73-
YUV199.81106.66132.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 162 (63.67% from 255) = 28.32%
R=36.01%
G=35.66%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620416200.010.210.1957.2730.9972.16
HexCECCA2011513391f48
Octal3163142420125237137110
Binary110011101100110010100010011010110011111001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCA2; }

 p { color: rgb(206,204,162); }

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

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

 a { background-color: rgb(206,204,162); }

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

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

 span { border-color: rgb(206,204,162); }

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