#CDBEA6

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

Shades of Soft Amber #CDBEA6

Tints of Soft Amber #CDBEA6

Color information

#CDBEA6 (or 0xCDBEA6) is unknown color: approx Soft Amber. HEX triplet: CD, BE and A6. RGB value is (205,190,166). Sum of RGB (Red+Green+Blue) = 205+190+166=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBEA6 is #324159. Grayscale: #BFBFBF. Windows color (decimal): -3293530 or 10927821. OLE color: 10927821.

HSL color Cylindrical-coordinate representation of color #CDBEA6: hue angle of 36.92º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDBEA6 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB205190166-
CMYK00.070.190.20
HSL36.92º28.06%72.75%-
HSV(B)36.92º19.02%80.39%-
XYZ50.4752.5643.56-
YUV191.75113.47137.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 166 (65.23% from 255) = 29.59%
R=36.54%
G=33.87%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519016600.070.190.2036.9228.0672.75
HexCDBEA6071314251c49
Octal3152762460723244534111
Binary11001101101111101010011001111001110100100101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEA6; }

 p { color: rgb(205,190,166); }

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

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

 a { background-color: rgb(205,190,166); }

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

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

 span { border-color: rgb(205,190,166); }

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