#CFBDA0

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

Shades of Soft Amber #CFBDA0

Tints of Soft Amber #CFBDA0

Color information

#CFBDA0 (or 0xCFBDA0) is unknown color: approx Soft Amber. HEX triplet: CF, BD and A0. RGB value is (207,189,160). Sum of RGB (Red+Green+Blue) = 207+189+160=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDA0 is #30425F. Grayscale: #BFBFBF. Windows color (decimal): -3162720 or 10534351. OLE color: 10534351.

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

Color convert

RGB207189160-
CMYK00.090.230.19
HSL37.02º32.87%71.96%-
HSV(B)37.02º22.71%81.18%-
XYZ50.2752.240.68-
YUV191.08110.46139.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 160 (62.89% from 255) = 28.78%
R=37.23%
G=33.99%
B=28.78%

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
Decimal20718916000.090.230.1937.0232.8771.96
HexCFBDA0091713252148
Octal31727524001127234541110
Binary1100111110111101101000000100110111100111001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDA0; }

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

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

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

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

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

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

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

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