#CEBCAD

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

Shades of Soft Amber #CEBCAD

Tints of Soft Amber #CEBCAD

Color information

#CEBCAD (or 0xCEBCAD) is unknown color: approx Soft Amber. HEX triplet: CE, BC and AD. RGB value is (206,188,173). Sum of RGB (Red+Green+Blue) = 206+188+173=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBCAD is #314352. Grayscale: #BFBFBF. Windows color (decimal): -3228499 or 11386062. OLE color: 11386062.

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

Color convert

RGB206188173-
CMYK00.090.160.19
HSL27.27º25.19%74.31%-
HSV(B)27.27º16.02%80.78%-
XYZ50.9852.1146.91-
YUV191.67117.46138.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=36.33%
G=33.16%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618817300.090.160.1927.2725.1974.31
HexCEBCAD0910131b194a
Octal31627425501120233331112
Binary11001110101111001010110101001100001001111011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCAD; }

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

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

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

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

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

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

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

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