#CEBDA5

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

Shades of Soft Amber #CEBDA5

Tints of Soft Amber #CEBDA5

Color information

#CEBDA5 (or 0xCEBDA5) is unknown color: approx Soft Amber. HEX triplet: CE, BD and A5. RGB value is (206,189,165). Sum of RGB (Red+Green+Blue) = 206+189+165=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDA5 is #31425A. Grayscale: #BFBFBF. Windows color (decimal): -3228251 or 10862030. OLE color: 10862030.

HSL color Cylindrical-coordinate representation of color #CEBDA5: hue angle of 35.12º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEBDA5 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206189165-
CMYK00.080.200.19
HSL35.12º29.5%72.75%-
HSV(B)35.12º19.9%80.78%-
XYZ50.4452.2343.02-
YUV191.35113.13138.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 165 (64.84% from 255) = 29.46%
R=36.79%
G=33.75%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618916500.080.200.1935.1229.572.75
HexCEBDA5081413231d49
Octal31627524501024234335111
Binary110011101011110110100101010001010010011100011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDA5; }

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

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

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

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

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

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

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

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