#CFBFA7

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

Shades of Soft Amber #CFBFA7

Tints of Soft Amber #CFBFA7

Color information

#CFBFA7 (or 0xCFBFA7) is unknown color: approx Soft Amber. HEX triplet: CF, BF and A7. RGB value is (207,191,167). Sum of RGB (Red+Green+Blue) = 207+191+167=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBFA7 is #304058. Grayscale: #C1C1C1. Windows color (decimal): -3162201 or 10993615. OLE color: 10993615.

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

Color convert

RGB207191167-
CMYK00.080.190.19
HSL36º29.41%73.33%-
HSV(B)36º19.32%81.18%-
XYZ51.3453.3244.14-
YUV193.05113.3137.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 167 (65.62% from 255) = 29.56%
R=36.64%
G=33.81%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719116700.080.190.193629.4173.33
HexCFBFA7081313241d49
Octal31727724701023234435111
Binary110011111011111110100111010001001110011100100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFA7; }

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

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

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

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

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

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

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

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