#CECCA1

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

Shades of Tahuna Sands #CECCA1

Tints of Tahuna Sands #CECCA1

Color information

#CECCA1 (or 0xCECCA1) is unknown color: approx Tahuna Sands. HEX triplet: CE, CC and A1. RGB value is (206,204,161). Sum of RGB (Red+Green+Blue) = 206+204+161=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECCA1 is #31335E. Grayscale: #C7C7C7. Windows color (decimal): -3224415 or 10603726. OLE color: 10603726.

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

Color convert

RGB206204161-
CMYK00.010.220.19
HSL57.33º31.47%71.96%-
HSV(B)57.33º21.84%80.78%-
XYZ53.4858.8842.26-
YUV199.7106.16132.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 161 (63.28% from 255) = 28.20%
R=36.08%
G=35.73%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620416100.010.220.1957.3331.4771.96
HexCECCA1011613391f48
Octal3163142410126237137110
Binary110011101100110010100001011011010011111001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCA1; }

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

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

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

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

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

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

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

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