#CDBEA7

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

Shades of Soft Amber #CDBEA7

Tints of Soft Amber #CDBEA7

Color information

#CDBEA7 (or 0xCDBEA7) is unknown color: approx Soft Amber. HEX triplet: CD, BE and A7. RGB value is (205,190,167). Sum of RGB (Red+Green+Blue) = 205+190+167=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 167 (65.62% from 255 or 29.72% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBEA7 is #324158. Grayscale: #BFBFBF. Windows color (decimal): -3293529 or 10993357. OLE color: 10993357.

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

Color convert

RGB205190167-
CMYK00.070.190.20
HSL36.32º27.54%72.94%-
HSV(B)36.32º18.54%80.39%-
XYZ50.5752.644.05-
YUV191.86113.97137.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 167 (65.62% from 255) = 29.72%
R=36.48%
G=33.81%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519016700.070.190.2036.3227.5472.94
HexCDBEA7071314241c49
Octal3152762470723244434111
Binary11001101101111101010011101111001110100100100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEA7; }

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

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

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

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

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

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

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

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