#CABDAB

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

Shades of Soft Amber #CABDAB

Tints of Soft Amber #CABDAB

Color information

#CABDAB (or 0xCABDAB) is unknown color: approx Soft Amber. HEX triplet: CA, BD and AB. RGB value is (202,189,171). Sum of RGB (Red+Green+Blue) = 202+189+171=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDAB is #354254. Grayscale: #BEBEBE. Windows color (decimal): -3490389 or 11255242. OLE color: 11255242.

HSL color Cylindrical-coordinate representation of color #CABDAB: hue angle of 34.84º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABDAB is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202189171-
CMYK00.060.150.21
HSL34.84º22.63%73.14%-
HSV(B)34.84º15.35%79.22%-
XYZ49.9151.8945.91-
YUV190.84116.81135.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=35.94%
G=33.63%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218917100.060.150.2134.8422.6373.14
HexCABDAB06F15231749
Octal3122752530617254327111
Binary1100101010111101101010110110111110101100011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDAB; }

 p { color: rgb(202,189,171); }

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

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

 a { background-color: rgb(202,189,171); }

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

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

 span { border-color: rgb(202,189,171); }

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