#CABCA9

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

Shades of Soft Amber #CABCA9

Tints of Soft Amber #CABCA9

Color information

#CABCA9 (or 0xCABCA9) is unknown color: approx Soft Amber. HEX triplet: CA, BC and A9. RGB value is (202,188,169). Sum of RGB (Red+Green+Blue) = 202+188+169=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABCA9 is #354356. Grayscale: #BEBEBE. Windows color (decimal): -3490647 or 11123914. OLE color: 11123914.

HSL color Cylindrical-coordinate representation of color #CABCA9: hue angle of 34.55º degrees, saturation: 0.24, 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 #CABCA9 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202188169-
CMYK00.070.160.21
HSL34.55º23.74%72.75%-
HSV(B)34.55º16.34%79.22%-
XYZ49.551.3944.85-
YUV190.02116.14136.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 169 (66.41% from 255) = 30.23%
R=36.14%
G=33.63%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218816900.070.160.2134.5523.7472.75
HexCABCA9071015231849
Octal3122742510720254330111
Binary11001010101111001010100101111000010101100011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCA9; }

 p { color: rgb(202,188,169); }

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

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

 a { background-color: rgb(202,188,169); }

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

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

 span { border-color: rgb(202,188,169); }

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