#CEBDA2

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

Shades of Soft Amber #CEBDA2

Tints of Soft Amber #CEBDA2

Color information

#CEBDA2 (or 0xCEBDA2) is unknown color: approx Soft Amber. HEX triplet: CE, BD and A2. RGB value is (206,189,162). Sum of RGB (Red+Green+Blue) = 206+189+162=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDA2 is #31425D. Grayscale: #BFBFBF. Windows color (decimal): -3228254 or 10665422. OLE color: 10665422.

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

Color convert

RGB206189162-
CMYK00.080.210.19
HSL36.82º30.99%72.16%-
HSV(B)36.82º21.36%80.78%-
XYZ50.1752.1341.6-
YUV191111.63138.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 162 (63.67% from 255) = 29.08%
R=36.98%
G=33.93%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618916200.080.210.1936.8230.9972.16
HexCEBDA2081513251f48
Octal31627524201025234537110
Binary110011101011110110100010010001010110011100101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDA2; }

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

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

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

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

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

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

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

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