#CDBDAE

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

Shades of Soft Amber #CDBDAE

Tints of Soft Amber #CDBDAE

Color information

#CDBDAE (or 0xCDBDAE) is unknown color: approx Soft Amber. HEX triplet: CD, BD and AE. RGB value is (205,189,174). Sum of RGB (Red+Green+Blue) = 205+189+174=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBDAE is #324251. Grayscale: #C0C0C0. Windows color (decimal): -3293778 or 11451853. OLE color: 11451853.

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

Color convert

RGB205189174-
CMYK00.080.150.20
HSL29.03º23.66%74.31%-
HSV(B)29.03º15.12%80.39%-
XYZ51.0152.4347.48-
YUV192.07117.8137.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=36.09%
G=33.27%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518917400.080.150.2029.0323.6674.31
HexCDBDAE08F141d184a
Octal31527525601017243530112
Binary1100110110111101101011100100011111010011101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDAE; }

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

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

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

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

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

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

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

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