#CBBCAB

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

Shades of Soft Amber #CBBCAB

Tints of Soft Amber #CBBCAB

Color information

#CBBCAB (or 0xCBBCAB) is unknown color: approx Soft Amber. HEX triplet: CB, BC and AB. RGB value is (203,188,171). Sum of RGB (Red+Green+Blue) = 203+188+171=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBCAB is #344354. Grayscale: #BEBEBE. Windows color (decimal): -3425109 or 11254987. OLE color: 11254987.

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

Color convert

RGB203188171-
CMYK00.070.160.20
HSL31.88º23.53%73.33%-
HSV(B)31.88º15.76%79.61%-
XYZ49.9651.645.86-
YUV190.55116.97136.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=36.12%
G=33.45%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318817100.070.160.2031.8823.5373.33
HexCBBCAB071014201849
Octal3132742530720244030111
Binary11001011101111001010101101111000010100100000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCAB; }

 p { color: rgb(203,188,171); }

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

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

 a { background-color: rgb(203,188,171); }

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

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

 span { border-color: rgb(203,188,171); }

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