#CBBFA6

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

Shades of Soft Amber #CBBFA6

Tints of Soft Amber #CBBFA6

Color information

#CBBFA6 (or 0xCBBFA6) is unknown color: approx Soft Amber. HEX triplet: CB, BF and A6. RGB value is (203,191,166). Sum of RGB (Red+Green+Blue) = 203+191+166=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBFA6 is #344059. Grayscale: #BFBFBF. Windows color (decimal): -3424346 or 10928075. OLE color: 10928075.

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

Color convert

RGB203191166-
CMYK00.060.180.20
HSL40.54º26.24%72.35%-
HSV(B)40.54º18.23%79.61%-
XYZ50.1452.7143.61-
YUV191.74113.48136.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 166 (65.23% from 255) = 29.64%
R=36.25%
G=34.11%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319116600.060.180.2040.5426.2472.35
HexCBBFA6061214291a48
Octal3132772460622245132110
Binary11001011101111111010011001101001010100101001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFA6; }

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

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

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

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

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

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

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

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