#CFBBA1

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

Shades of Soft Amber #CFBBA1

Tints of Soft Amber #CFBBA1

Color information

#CFBBA1 (or 0xCFBBA1) is unknown color: approx Soft Amber. HEX triplet: CF, BB and A1. RGB value is (207,187,161). Sum of RGB (Red+Green+Blue) = 207+187+161=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBBA1 is #30445E. Grayscale: #BEBEBE. Windows color (decimal): -3163231 or 10599375. OLE color: 10599375.

HSL color Cylindrical-coordinate representation of color #CFBBA1: hue angle of 33.91º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFBBA1 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB207187161-
CMYK00.100.220.19
HSL33.91º32.39%72.16%-
HSV(B)33.91º22.22%81.18%-
XYZ49.9451.3841-
YUV190.02111.63140.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 161 (63.28% from 255) = 29.01%
R=37.30%
G=33.69%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718716100.100.220.1933.9132.3972.16
HexCFBBA10A1613222048
Octal31727324101226234240110
Binary1100111110111011101000010101010110100111000101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBA1; }

 p { color: rgb(207,187,161); }

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

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

 a { background-color: rgb(207,187,161); }

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

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

 span { border-color: rgb(207,187,161); }

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