#CFBFA4

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

Shades of Soft Amber #CFBFA4

Tints of Soft Amber #CFBFA4

Color information

#CFBFA4 (or 0xCFBFA4) is unknown color: approx Soft Amber. HEX triplet: CF, BF and A4. RGB value is (207,191,164). Sum of RGB (Red+Green+Blue) = 207+191+164=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBFA4 is #30405B. Grayscale: #C0C0C0. Windows color (decimal): -3162204 or 10797007. OLE color: 10797007.

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

Color convert

RGB207191164-
CMYK00.080.210.19
HSL37.67º30.94%72.75%-
HSV(B)37.67º20.77%81.18%-
XYZ51.0653.2142.7-
YUV192.71111.8138.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 164 (64.45% from 255) = 29.18%
R=36.83%
G=33.99%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719116400.080.210.1937.6730.9472.75
HexCFBFA4081513261f49
Octal31727724401025234637111
Binary110011111011111110100100010001010110011100110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFA4; }

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

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

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

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

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

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

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

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