#CEC0AB

Color #CEC0AB Soft Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Amber #CEC0AB

Tints of Soft Amber #CEC0AB

Color information

#CEC0AB (or 0xCEC0AB) is unknown color: approx Soft Amber. HEX triplet: CE, C0 and AB. RGB value is (206,192,171). Sum of RGB (Red+Green+Blue) = 206+192+171=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC0AB is #313F54. Grayscale: #C1C1C1. Windows color (decimal): -3227477 or 11256014. OLE color: 11256014.

HSL color Cylindrical-coordinate representation of color #CEC0AB: hue angle of 36º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC0AB is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206192171-
CMYK00.070.170.19
HSL36º26.32%73.92%-
HSV(B)36º16.99%80.78%-
XYZ51.6553.7646.18-
YUV193.79115.14136.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 192 (75.39% from 255) = 33.74%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=36.20%
G=33.74%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619217100.070.170.193626.3273.92
HexCEC0AB071113241a4a
Octal3163002530721234432112
Binary11001110110000001010101101111000110011100100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC0AB; }

 p { color: rgb(206,192,171); }

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

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

 a { background-color: rgb(206,192,171); }

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

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

 span { border-color: rgb(206,192,171); }

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