#CBBBA0

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

Shades of Soft Amber #CBBBA0

Tints of Soft Amber #CBBBA0

Color information

#CBBBA0 (or 0xCBBBA0) is unknown color: approx Soft Amber. HEX triplet: CB, BB and A0. RGB value is (203,187,160). Sum of RGB (Red+Green+Blue) = 203+187+160=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBBA0 is #34445F. Grayscale: #BCBCBC. Windows color (decimal): -3425376 or 10533835. OLE color: 10533835.

HSL color Cylindrical-coordinate representation of color #CBBBA0: hue angle of 37.67º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBBBA0 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB203187160-
CMYK00.080.210.20
HSL37.67º29.25%71.18%-
HSV(B)37.67º21.18%79.61%-
XYZ48.7450.7840.49-
YUV188.71111.8138.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 187 (73.44% from 255) = 34%
BLUE value IS 160 (62.89% from 255) = 29.09%
R=36.91%
G=34%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318716000.080.210.2037.6729.2571.18
HexCBBBA0081514261d47
Octal31327324001025244635107
Binary110010111011101110100000010001010110100100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBA0; }

 p { color: rgb(203,187,160); }

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

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

 a { background-color: rgb(203,187,160); }

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

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

 span { border-color: rgb(203,187,160); }

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