#CEBDA1

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

Shades of Soft Amber #CEBDA1

Tints of Soft Amber #CEBDA1

Color information

#CEBDA1 (or 0xCEBDA1) is unknown color: approx Soft Amber. HEX triplet: CE, BD and A1. RGB value is (206,189,161). Sum of RGB (Red+Green+Blue) = 206+189+161=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDA1 is #31425E. Grayscale: #BFBFBF. Windows color (decimal): -3228255 or 10599886. OLE color: 10599886.

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

Color convert

RGB206189161-
CMYK00.080.220.19
HSL37.33º31.47%71.96%-
HSV(B)37.33º21.84%80.78%-
XYZ50.0852.0941.13-
YUV190.89111.13138.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 161 (63.28% from 255) = 28.96%
R=37.05%
G=33.99%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618916100.080.220.1937.3331.4771.96
HexCEBDA1081613251f48
Octal31627524101026234537110
Binary110011101011110110100001010001011010011100101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDA1; }

 p { color: rgb(206,189,161); }

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

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

 a { background-color: rgb(206,189,161); }

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

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

 span { border-color: rgb(206,189,161); }

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