#CDBEA8

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

Shades of Soft Amber #CDBEA8

Tints of Soft Amber #CDBEA8

Color information

#CDBEA8 (or 0xCDBEA8) is unknown color: approx Soft Amber. HEX triplet: CD, BE and A8. RGB value is (205,190,168). Sum of RGB (Red+Green+Blue) = 205+190+168=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBEA8 is #324157. Grayscale: #C0C0C0. Windows color (decimal): -3293528 or 11058893. OLE color: 11058893.

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

Color convert

RGB205190168-
CMYK00.070.180.20
HSL35.68º27.01%73.14%-
HSV(B)35.68º18.05%80.39%-
XYZ50.6652.6344.54-
YUV191.98114.47137.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 168 (66.02% from 255) = 29.84%
R=36.41%
G=33.75%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519016800.070.180.2035.6827.0173.14
HexCDBEA8071214241b49
Octal3152762500722244433111
Binary11001101101111101010100001111001010100100100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEA8; }

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

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

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

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

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

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

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

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