#CFBFAD

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

Shades of Soft Amber #CFBFAD

Tints of Soft Amber #CFBFAD

Color information

#CFBFAD (or 0xCFBFAD) is unknown color: approx Soft Amber. HEX triplet: CF, BF and AD. RGB value is (207,191,173). Sum of RGB (Red+Green+Blue) = 207+191+173=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBFAD is #304052. Grayscale: #C1C1C1. Windows color (decimal): -3162195 or 11386831. OLE color: 11386831.

HSL color Cylindrical-coordinate representation of color #CFBFAD: hue angle of 31.76º 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 #CFBFAD is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB207191173-
CMYK00.080.160.19
HSL31.76º26.15%74.51%-
HSV(B)31.76º16.43%81.18%-
XYZ51.9153.5447.13-
YUV193.73116.3137.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=36.25%
G=33.45%
B=30.30%

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
Decimal20719117300.080.160.1931.7626.1574.51
HexCFBFAD081013201a4b
Octal31727725501020234032113
Binary110011111011111110101101010001000010011100000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFAD; }

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

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

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

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

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

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

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

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