#CDBEA1

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

Shades of Soft Amber #CDBEA1

Tints of Soft Amber #CDBEA1

Color information

#CDBEA1 (or 0xCDBEA1) is unknown color: approx Soft Amber. HEX triplet: CD, BE and A1. RGB value is (205,190,161). Sum of RGB (Red+Green+Blue) = 205+190+161=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBEA1 is #32415E. Grayscale: #BFBFBF. Windows color (decimal): -3293535 or 10600141. OLE color: 10600141.

HSL color Cylindrical-coordinate representation of color #CDBEA1: hue angle of 39.55º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDBEA1 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB205190161-
CMYK00.070.210.20
HSL39.55º30.56%71.76%-
HSV(B)39.55º21.46%80.39%-
XYZ50.0252.3841.19-
YUV191.18110.97137.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 161 (63.28% from 255) = 28.96%
R=36.87%
G=34.17%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519016100.070.210.2039.5530.5671.76
HexCDBEA1071514281f48
Octal3152762410725245037110
Binary11001101101111101010000101111010110100101000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEA1; }

 p { color: rgb(205,190,161); }

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

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

 a { background-color: rgb(205,190,161); }

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

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

 span { border-color: rgb(205,190,161); }

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