#CFBFA9

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

Shades of Soft Amber #CFBFA9

Tints of Soft Amber #CFBFA9

Color information

#CFBFA9 (or 0xCFBFA9) is unknown color: approx Soft Amber. HEX triplet: CF, BF and A9. RGB value is (207,191,169). Sum of RGB (Red+Green+Blue) = 207+191+169=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBFA9 is #304056. Grayscale: #C1C1C1. Windows color (decimal): -3162199 or 11124687. OLE color: 11124687.

HSL color Cylindrical-coordinate representation of color #CFBFA9: hue angle of 34.74º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFBFA9 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB207191169-
CMYK00.080.180.19
HSL34.74º28.36%73.73%-
HSV(B)34.74º18.36%81.18%-
XYZ51.5253.3945.13-
YUV193.28114.3137.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.51%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 169 (66.41% from 255) = 29.81%
R=36.51%
G=33.69%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719116900.080.180.1934.7428.3673.73
HexCFBFA9081213231c4a
Octal31727725101022234334112
Binary110011111011111110101001010001001010011100011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFA9; }

 p { color: rgb(207,191,169); }

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

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

 a { background-color: rgb(207,191,169); }

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

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

 span { border-color: rgb(207,191,169); }

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