#CFBFA5

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

Shades of Soft Amber #CFBFA5

Tints of Soft Amber #CFBFA5

Color information

#CFBFA5 (or 0xCFBFA5) is unknown color: approx Soft Amber. HEX triplet: CF, BF and A5. RGB value is (207,191,165). Sum of RGB (Red+Green+Blue) = 207+191+165=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBFA5 is #30405A. Grayscale: #C0C0C0. Windows color (decimal): -3162203 or 10862543. OLE color: 10862543.

HSL color Cylindrical-coordinate representation of color #CFBFA5: hue angle of 37.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFBFA5 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB207191165-
CMYK00.080.200.19
HSL37.14º30.43%72.94%-
HSV(B)37.14º20.29%81.18%-
XYZ51.1553.2443.18-
YUV192.82112.3138.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=36.77%
G=33.93%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719116500.080.200.1937.1430.4372.94
HexCFBFA5081413251e49
Octal31727724501024234536111
Binary110011111011111110100101010001010010011100101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFA5; }

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

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

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

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

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

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

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

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