#CEBCAC

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

Shades of Soft Amber #CEBCAC

Tints of Soft Amber #CEBCAC

Color information

#CEBCAC (or 0xCEBCAC) is unknown color: approx Soft Amber. HEX triplet: CE, BC and AC. RGB value is (206,188,172). Sum of RGB (Red+Green+Blue) = 206+188+172=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBCAC is #314353. Grayscale: #BFBFBF. Windows color (decimal): -3228500 or 11320526. OLE color: 11320526.

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

Color convert

RGB206188172-
CMYK00.090.170.19
HSL28.24º25.76%74.12%-
HSV(B)28.24º16.5%80.78%-
XYZ50.8852.0746.4-
YUV191.56116.96138.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.40%
GREEN value IS 188 (73.83% from 255) = 33.22%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=36.40%
G=33.22%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618817200.090.170.1928.2425.7674.12
HexCEBCAC0911131c1a4a
Octal31627425401121233432112
Binary11001110101111001010110001001100011001111100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCAC; }

 p { color: rgb(206,188,172); }

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

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

 a { background-color: rgb(206,188,172); }

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

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

 span { border-color: rgb(206,188,172); }

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