#CDBDA5

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

Shades of Soft Amber #CDBDA5

Tints of Soft Amber #CDBDA5

Color information

#CDBDA5 (or 0xCDBDA5) is unknown color: approx Soft Amber. HEX triplet: CD, BD and A5. RGB value is (205,189,165). Sum of RGB (Red+Green+Blue) = 205+189+165=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBDA5 is #32425A. Grayscale: #BFBFBF. Windows color (decimal): -3293787 or 10862029. OLE color: 10862029.

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

Color convert

RGB205189165-
CMYK00.080.200.20
HSL36º28.57%72.55%-
HSV(B)36º19.51%80.39%-
XYZ50.1752.0943.01-
YUV191.05113.3137.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 165 (64.84% from 255) = 29.52%
R=36.67%
G=33.81%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518916500.080.200.203628.5772.55
HexCDBDA5081414241d49
Octal31527524501024244435111
Binary110011011011110110100101010001010010100100100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDA5; }

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

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

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

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

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

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

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

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