#CFBDAC

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

Shades of Soft Amber #CFBDAC

Tints of Soft Amber #CFBDAC

Color information

#CFBDAC (or 0xCFBDAC) is unknown color: approx Soft Amber. HEX triplet: CF, BD and AC. RGB value is (207,189,172). Sum of RGB (Red+Green+Blue) = 207+189+172=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDAC is #304253. Grayscale: #C0C0C0. Windows color (decimal): -3162708 or 11320783. OLE color: 11320783.

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

Color convert

RGB207189172-
CMYK00.090.170.19
HSL29.14º26.72%74.31%-
HSV(B)29.14º16.91%81.18%-
XYZ51.3852.6446.48-
YUV192.44116.46138.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=36.44%
G=33.27%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718917200.090.170.1929.1426.7274.31
HexCFBDAC0911131d1b4a
Octal31727525401121233533112
Binary11001111101111011010110001001100011001111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDAC; }

 p { color: rgb(207,189,172); }

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

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

 a { background-color: rgb(207,189,172); }

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

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

 span { border-color: rgb(207,189,172); }

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