#CDBEAB

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

Shades of Soft Amber #CDBEAB

Tints of Soft Amber #CDBEAB

Color information

#CDBEAB (or 0xCDBEAB) is unknown color: approx Soft Amber. HEX triplet: CD, BE and AB. RGB value is (205,190,171). Sum of RGB (Red+Green+Blue) = 205+190+171=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBEAB is #324154. Grayscale: #C0C0C0. Windows color (decimal): -3293525 or 11255501. OLE color: 11255501.

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

Color convert

RGB205190171-
CMYK00.070.170.20
HSL33.53º25.37%73.73%-
HSV(B)33.53º16.59%80.39%-
XYZ50.9452.7546.02-
YUV192.32115.97137.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=36.22%
G=33.57%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519017100.070.170.2033.5325.3773.73
HexCDBEAB07111422194a
Octal3152762530721244231112
Binary11001101101111101010101101111000110100100010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEAB; }

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

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

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

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

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

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

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

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