#CFBFAB

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

Shades of Soft Amber #CFBFAB

Tints of Soft Amber #CFBFAB

Color information

#CFBFAB (or 0xCFBFAB) is unknown color: approx Soft Amber. HEX triplet: CF, BF and AB. RGB value is (207,191,171). Sum of RGB (Red+Green+Blue) = 207+191+171=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBFAB is #304054. Grayscale: #C1C1C1. Windows color (decimal): -3162197 or 11255759. OLE color: 11255759.

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

Color convert

RGB207191171-
CMYK00.080.170.19
HSL33.33º27.27%74.12%-
HSV(B)33.33º17.39%81.18%-
XYZ51.7153.4746.12-
YUV193.5115.3137.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=36.38%
G=33.57%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719117100.080.170.1933.3327.2774.12
HexCFBFAB081113211b4a
Octal31727725301021234133112
Binary110011111011111110101011010001000110011100001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFAB; }

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

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

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

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

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

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

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

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