#CECBA1

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

Shades of Tahuna Sands #CECBA1

Tints of Tahuna Sands #CECBA1

Color information

#CECBA1 (or 0xCECBA1) is unknown color: approx Tahuna Sands. HEX triplet: CE, CB and A1. RGB value is (206,203,161). Sum of RGB (Red+Green+Blue) = 206+203+161=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECBA1 is #31345E. Grayscale: #C7C7C7. Windows color (decimal): -3224671 or 10603470. OLE color: 10603470.

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

Color convert

RGB206203161-
CMYK00.010.220.19
HSL56º31.47%71.96%-
HSV(B)56º21.84%80.78%-
XYZ53.2458.4142.19-
YUV199.11106.49132.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 161 (63.28% from 255) = 28.25%
R=36.14%
G=35.61%
B=28.25%

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
Decimal20620316100.010.220.195631.4771.96
HexCECBA1011613381f48
Octal3163132410126237037110
Binary110011101100101110100001011011010011111000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBA1; }

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

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

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

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

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

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

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

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