#CBBFA9

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

Shades of Soft Amber #CBBFA9

Tints of Soft Amber #CBBFA9

Color information

#CBBFA9 (or 0xCBBFA9) is unknown color: approx Soft Amber. HEX triplet: CB, BF and A9. RGB value is (203,191,169). Sum of RGB (Red+Green+Blue) = 203+191+169=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBFA9 is #344056. Grayscale: #C0C0C0. Windows color (decimal): -3424343 or 11124683. OLE color: 11124683.

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

Color convert

RGB203191169-
CMYK00.060.170.20
HSL38.82º24.64%72.94%-
HSV(B)38.82º16.75%79.61%-
XYZ50.4252.8245.07-
YUV192.08114.98135.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 169 (66.41% from 255) = 30.02%
R=36.06%
G=33.93%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319116900.060.170.2038.8224.6472.94
HexCBBFA9061114271949
Octal3132772510621244731111
Binary11001011101111111010100101101000110100100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFA9; }

 p { color: rgb(203,191,169); }

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

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

 a { background-color: rgb(203,191,169); }

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

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

 span { border-color: rgb(203,191,169); }

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