#CABDAA

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

Shades of Soft Amber #CABDAA

Tints of Soft Amber #CABDAA

Color information

#CABDAA (or 0xCABDAA) is unknown color: approx Soft Amber. HEX triplet: CA, BD and AA. RGB value is (202,189,170). Sum of RGB (Red+Green+Blue) = 202+189+170=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDAA is #354255. Grayscale: #BEBEBE. Windows color (decimal): -3490390 or 11189706. OLE color: 11189706.

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

Color convert

RGB202189170-
CMYK00.060.160.21
HSL35.63º23.19%72.94%-
HSV(B)35.63º15.84%79.22%-
XYZ49.8151.8545.41-
YUV190.72116.31136.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=36.01%
G=33.69%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218917000.060.160.2135.6323.1972.94
HexCABDAA061015241749
Octal3122752520620254427111
Binary11001010101111011010101001101000010101100100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDAA; }

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

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

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

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

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

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

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

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