#CFBFAE

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

Shades of Soft Amber #CFBFAE

Tints of Soft Amber #CFBFAE

Color information

#CFBFAE (or 0xCFBFAE) is unknown color: approx Soft Amber. HEX triplet: CF, BF and AE. RGB value is (207,191,174). Sum of RGB (Red+Green+Blue) = 207+191+174=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBFAE is #304051. Grayscale: #C1C1C1. Windows color (decimal): -3162194 or 11452367. OLE color: 11452367.

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

Color convert

RGB207191174-
CMYK00.080.160.19
HSL30.91º25.58%74.71%-
HSV(B)30.91º15.94%81.18%-
XYZ5253.5847.65-
YUV193.85116.8137.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=36.19%
G=33.39%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719117400.080.160.1930.9125.5874.71
HexCFBFAE0810131f1a4b
Octal31727725601020233732113
Binary11001111101111111010111001000100001001111111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFAE; }

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

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

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

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

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

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

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

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