#CDBDAB

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

Shades of Soft Amber #CDBDAB

Tints of Soft Amber #CDBDAB

Color information

#CDBDAB (or 0xCDBDAB) is unknown color: approx Soft Amber. HEX triplet: CD, BD and AB. RGB value is (205,189,171). Sum of RGB (Red+Green+Blue) = 205+189+171=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBDAB is #324254. Grayscale: #BFBFBF. Windows color (decimal): -3293781 or 11255245. OLE color: 11255245.

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

Color convert

RGB205189171-
CMYK00.080.170.20
HSL31.76º25.37%73.73%-
HSV(B)31.76º16.59%80.39%-
XYZ50.7352.3145.95-
YUV191.73116.3137.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=36.28%
G=33.45%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518917100.080.170.2031.7625.3773.73
HexCDBDAB08111420194a
Octal31527525301021244031112
Binary110011011011110110101011010001000110100100000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDAB; }

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

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

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

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

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

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

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

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