#CEBFAD

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

Shades of Soft Amber #CEBFAD

Tints of Soft Amber #CEBFAD

Color information

#CEBFAD (or 0xCEBFAD) is unknown color: approx Soft Amber. HEX triplet: CE, BF and AD. RGB value is (206,191,173). Sum of RGB (Red+Green+Blue) = 206+191+173=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBFAD is #314052. Grayscale: #C1C1C1. Windows color (decimal): -3227731 or 11386830. OLE color: 11386830.

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

Color convert

RGB206191173-
CMYK00.070.160.19
HSL32.73º25.19%74.31%-
HSV(B)32.73º16.02%80.78%-
XYZ51.6353.447.12-
YUV193.43116.47136.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 173 (67.97% from 255) = 30.35%
R=36.14%
G=33.51%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619117300.070.160.1932.7325.1974.31
HexCEBFAD07101321194a
Octal3162772550720234131112
Binary11001110101111111010110101111000010011100001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFAD; }

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

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

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

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

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

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

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

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