#CBBFAA

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

Shades of Soft Amber #CBBFAA

Tints of Soft Amber #CBBFAA

Color information

#CBBFAA (or 0xCBBFAA) is unknown color: approx Soft Amber. HEX triplet: CB, BF and AA. RGB value is (203,191,170). Sum of RGB (Red+Green+Blue) = 203+191+170=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBFAA is #344055. Grayscale: #C0C0C0. Windows color (decimal): -3424342 or 11190219. OLE color: 11190219.

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

Color convert

RGB203191170-
CMYK00.060.160.20
HSL38.18º24.09%73.14%-
HSV(B)38.18º16.26%79.61%-
XYZ50.5252.8645.57-
YUV192.19115.48135.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=35.99%
G=33.87%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319117000.060.160.2038.1824.0973.14
HexCBBFAA061014261849
Octal3132772520620244630111
Binary11001011101111111010101001101000010100100110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFAA; }

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

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

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

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

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

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

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

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