#CEBFA3

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

Shades of Soft Amber #CEBFA3

Tints of Soft Amber #CEBFA3

Color information

#CEBFA3 (or 0xCEBFA3) is unknown color: approx Soft Amber. HEX triplet: CE, BF and A3. RGB value is (206,191,163). Sum of RGB (Red+Green+Blue) = 206+191+163=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 163 (64.06% from 255 or 29.11% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBFA3 is #31405C. Grayscale: #C0C0C0. Windows color (decimal): -3227741 or 10731470. OLE color: 10731470.

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

Color convert

RGB206191163-
CMYK00.070.210.19
HSL39.07º30.5%72.35%-
HSV(B)39.07º20.87%80.78%-
XYZ50.753.0342.21-
YUV192.29111.47137.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 163 (64.06% from 255) = 29.11%
R=36.79%
G=34.11%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619116300.070.210.1939.0730.572.35
HexCEBFA3071513271e48
Octal3162772430725234736110
Binary11001110101111111010001101111010110011100111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFA3; }

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

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

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

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

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

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

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

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