#CDBEA4

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

Shades of Soft Amber #CDBEA4

Tints of Soft Amber #CDBEA4

Color information

#CDBEA4 (or 0xCDBEA4) is unknown color: approx Soft Amber. HEX triplet: CD, BE and A4. RGB value is (205,190,164). Sum of RGB (Red+Green+Blue) = 205+190+164=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBEA4 is #32415B. Grayscale: #BFBFBF. Windows color (decimal): -3293532 or 10796749. OLE color: 10796749.

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

Color convert

RGB205190164-
CMYK00.070.20.20
HSL38.05º29.08%72.35%-
HSV(B)38.05º20%80.39%-
XYZ50.2952.4942.6-
YUV191.52112.47137.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 164 (64.45% from 255) = 29.34%
R=36.67%
G=33.99%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519016400.070.20.2038.0529.0872.35
HexCDBEA4071414261d48
Octal3152762440724244635110
Binary11001101101111101010010001111010010100100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEA4; }

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

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

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

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

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

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

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

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