#CDBEA9

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

Shades of Soft Amber #CDBEA9

Tints of Soft Amber #CDBEA9

Color information

#CDBEA9 (or 0xCDBEA9) is unknown color: approx Soft Amber. HEX triplet: CD, BE and A9. RGB value is (205,190,169). Sum of RGB (Red+Green+Blue) = 205+190+169=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBEA9 is #324156. Grayscale: #C0C0C0. Windows color (decimal): -3293527 or 11124429. OLE color: 11124429.

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

Color convert

RGB205190169-
CMYK00.070.180.20
HSL35º26.47%73.33%-
HSV(B)35º17.56%80.39%-
XYZ50.7552.6745.03-
YUV192.09114.97137.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 169 (66.41% from 255) = 29.96%
R=36.35%
G=33.69%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519016900.070.180.203526.4773.33
HexCDBEA9071214231a49
Octal3152762510722244332111
Binary11001101101111101010100101111001010100100011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEA9; }

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

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

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

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

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

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

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

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