#CDBD9E

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

Shades of Soft Amber #CDBD9E

Tints of Soft Amber #CDBD9E

Color information

#CDBD9E (or 0xCDBD9E) is unknown color: approx Soft Amber. HEX triplet: CD, BD and 9E. RGB value is (205,189,158). Sum of RGB (Red+Green+Blue) = 205+189+158=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBD9E is #324261. Grayscale: #BEBEBE. Windows color (decimal): -3293794 or 10403277. OLE color: 10403277.

HSL color Cylindrical-coordinate representation of color #CDBD9E: hue angle of 39.57º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDBD9E is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB205189158-
CMYK00.080.230.20
HSL39.57º31.97%71.18%-
HSV(B)39.57º22.93%80.39%-
XYZ49.5551.8439.74-
YUV190.25109.8138.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 158 (62.11% from 255) = 28.62%
R=37.14%
G=34.24%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518915800.080.230.2039.5731.9771.18
HexCDBD9E081714282047
Octal31527523601027245040107
Binary1100110110111101100111100100010111101001010001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBD9E; }

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

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

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

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

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

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

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

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