#CEBDA0

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

Shades of Soft Amber #CEBDA0

Tints of Soft Amber #CEBDA0

Color information

#CEBDA0 (or 0xCEBDA0) is unknown color: approx Soft Amber. HEX triplet: CE, BD and A0. RGB value is (206,189,160). Sum of RGB (Red+Green+Blue) = 206+189+160=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDA0 is #31425F. Grayscale: #BEBEBE. Windows color (decimal): -3228256 or 10534350. OLE color: 10534350.

HSL color Cylindrical-coordinate representation of color #CEBDA0: hue angle of 37.83º degrees, saturation: 0.32, 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 #CEBDA0 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB206189160-
CMYK00.080.220.19
HSL37.83º31.94%71.76%-
HSV(B)37.83º22.33%80.78%-
XYZ5052.0640.67-
YUV190.78110.63138.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=37.12%
G=34.05%
B=28.83%

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
Decimal20618916000.080.220.1937.8331.9471.76
HexCEBDA0081613262048
Octal31627524001026234640110
Binary1100111010111101101000000100010110100111001101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDA0; }

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

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

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

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

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

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

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

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