#CFBDAA

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

Shades of Soft Amber #CFBDAA

Tints of Soft Amber #CFBDAA

Color information

#CFBDAA (or 0xCFBDAA) is unknown color: approx Soft Amber. HEX triplet: CF, BD and AA. RGB value is (207,189,170). Sum of RGB (Red+Green+Blue) = 207+189+170=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDAA is #304255. Grayscale: #C0C0C0. Windows color (decimal): -3162710 or 11189711. OLE color: 11189711.

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

Color convert

RGB207189170-
CMYK00.090.180.19
HSL30.81º27.82%73.92%-
HSV(B)30.81º17.87%81.18%-
XYZ51.1952.5645.48-
YUV192.22115.46138.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.57%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 170 (66.80% from 255) = 30.04%
R=36.57%
G=33.39%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718917000.090.180.1930.8127.8273.92
HexCFBDAA0912131f1c4a
Octal31727525201122233734112
Binary11001111101111011010101001001100101001111111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDAA; }

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

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

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

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

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

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

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

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