#CFBD9F

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

Shades of Soft Amber #CFBD9F

Tints of Soft Amber #CFBD9F

Color information

#CFBD9F (or 0xCFBD9F) is unknown color: approx Soft Amber. HEX triplet: CF, BD and 9F. RGB value is (207,189,159). Sum of RGB (Red+Green+Blue) = 207+189+159=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD9F is #304260. Grayscale: #BFBFBF. Windows color (decimal): -3162721 or 10468815. OLE color: 10468815.

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

Color convert

RGB207189159-
CMYK00.090.230.19
HSL37.5º33.33%71.76%-
HSV(B)37.5º23.19%81.18%-
XYZ50.1952.1640.22-
YUV190.96109.96139.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 159 (62.5% from 255) = 28.65%
R=37.30%
G=34.05%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718915900.090.230.1937.533.3371.76
HexCFBD9F091713262148
Octal31727523701127234641110
Binary1100111110111101100111110100110111100111001101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBD9F; }

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

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

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

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

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

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

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

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