#CDBDA9

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

Shades of Soft Amber #CDBDA9

Tints of Soft Amber #CDBDA9

Color information

#CDBDA9 (or 0xCDBDA9) is unknown color: approx Soft Amber. HEX triplet: CD, BD and A9. RGB value is (205,189,169). Sum of RGB (Red+Green+Blue) = 205+189+169=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBDA9 is #324256. Grayscale: #BFBFBF. Windows color (decimal): -3293783 or 11124173. OLE color: 11124173.

HSL color Cylindrical-coordinate representation of color #CDBDA9: hue angle of 33.33º 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 #CDBDA9 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205189169-
CMYK00.080.180.20
HSL33.33º26.47%73.33%-
HSV(B)33.33º17.56%80.39%-
XYZ50.5452.2444.96-
YUV191.5115.3137.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 169 (66.41% from 255) = 30.02%
R=36.41%
G=33.57%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518916900.080.180.2033.3326.4773.33
HexCDBDA9081214211a49
Octal31527525101022244132111
Binary110011011011110110101001010001001010100100001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDA9; }

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

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

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

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

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

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

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

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